Minh Techie
DTDrizzle Team
•Created by Minh Techie on 10/16/2024 in #help
applying migrations... PostgresError: column "x" cannot be cast automatically to type x
when I modify a column from type text to enum
to this
I got this error
How do I fix this?
1 replies
DTDrizzle Team
•Created by Minh Techie on 9/18/2024 in #help
drizzle-kit generate doesn't run custom sql
In addition to my
schema.ts
file to define tables, I also have functions_and_triggers.ts
to create functions and triggers for Supabase
However when I run drizzle-kit generate
it only runs the table creation and not the other file
Here's my drizzle.config.ts
4 replies