Phantom
Explore posts from serversDTDrizzle Team
•Created by Phantom on 1/4/2025 in #help
Drizzle not creating enum
and reverted back to prisma
16 replies
DTDrizzle Team
•Created by Phantom on 1/4/2025 in #help
Drizzle not creating enum
I gave up on drizzle
16 replies
DTDrizzle Team
•Created by Phantom on 1/4/2025 in #help
Drizzle not creating enum
I'll submit a minimal reproduction tomorrow
16 replies
DTDrizzle Team
•Created by Phantom on 1/4/2025 in #help
Drizzle not creating enum
I added that manually
16 replies
DTDrizzle Team
•Created by Phantom on 1/4/2025 in #help
Drizzle not creating enum
the sql file was missing the
CREATE TYPE status AS ENUM
16 replies
DTDrizzle Team
•Created by Phantom on 1/4/2025 in #help
Drizzle not creating enum
this is the column
16 replies
DTDrizzle Team
•Created by Phantom on 1/4/2025 in #help
Drizzle not creating enum
I did export it
16 replies
DTDrizzle Team
•Created by Phantom on 8/10/2023 in #help
Syntax Error and missing fields when pulling schema.
this file has
export const role = pgEnum(...)
but it is not linked to user model2 replies