Search
Setup for Free
DT
Drizzle Team
•
10mo ago
dhrjarun
How to store Uint8Array in postgresql
const users: pgTable("user", { recovery_code: // what to use here? })
const users: pgTable("user", { recovery_code: // what to use here? })
Drizzle Team
Join
The official Discord for all Drizzle related projects, such as Drizzle ORM, Drizzle Kit, Drizzle Studio and more!
11,794
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
const
users
:
pgTable
(
"user"
, {
recovery_code
:
// what to use here?
})
const
users
:
pgTable
(
"user"
, {
recovery_code
:
// what to use here?
})
Similar Threads
How to declare PostgreSQL extensions/plugin?
DT
Drizzle Team / help
3y ago
How to store/query multi-line text in database?
DT
Drizzle Team / help
13mo ago
Struggling to setup postgresql in prod, pglite in dev
DT
Drizzle Team / help
12mo ago
how to setup nest.js with drizzle (postgresql)
DT
Drizzle Team / help
2y ago