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?