How to store Uint8Array in postgresql

const users: pgTable("user", {
  recovery_code: // what to use here?
})
Was this page helpful?