Phantom
Explore posts from serversDTDrizzle Team
•Created by Phantom on 1/4/2025 in #help
Drizzle not creating enum
Hey guys, I am using drizzle in my project with postgres. I create a new enum(with pgenum) but the generate sql is missing the definition of the enum.
and using this as
status: status().notNull().default('created')
and here's the generated sql
there's no definition of enum16 replies
TTCTheo's Typesafe Cult
•Created by Phantom on 11/24/2024 in #questions
`uploadFiles` promise not resolving
I am using
uploadFiles
function to upload files client side but the promise is not resolving.
The uploadthing dashboard is showing status as Uploading
2 replies
DTDrizzle Team
•Created by Phantom on 8/10/2023 in #help
Syntax Error and missing fields when pulling schema.
2 replies