Is unsigned int option available in drizzle?
I am searching for unsigned int option for mysql. I found that this feature is merged at https://github.com/drizzle-team/drizzle-orm/pull/1271
Is this added in the stable version? If not, is there any ETA?
Is this added in the stable version? If not, is there any ETA?
GitHub
Added unsigned option for all ints in MySQL
column: int('column_name', { unsigned: true })
Add custom names for primary keys and foreign keys for all dialects
const table = sqliteTable('...
column: int('column_name', { unsigned: true })
Add custom names for primary keys and foreign keys for all dialects
const table = sqliteTable('...