Default bigint column mode to "bigint" with introspect command
I am using PostgreSQL with the introspect command. By default, drizzle-kit sets columns of type bigint to mode="number" and inserts comments. Is there a way to specify mode="bigint" as the default?
1 Reply
This would also be good to know for 'string' -> 'date'