[BUG?] Handling Postgresql schemas when using enums
"drizzle-orm": "^0.30.10"
Hello. I have a simple table with a status column
When I generate new migration I get this
But it does not consider DB_SCHEMA_NAME, and this type will be stored in
public.object types
instead of my_schema.object types
I expect something like this:
1 Reply
Ran into the same issue today