[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
I expect something like this:
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 typesI expect something like this: