© 2026 Hedgehog Software, LLC
// schema.ts export const T1 = sqliteTable( 'T1', { // ... C1: text('C1').notNull(), // ... }, );
// schema.ts export const T1 = sqliteTable( 'T1', { // ... C1: text('C1'), // ... }, );
drizzle-kit generate
NULL
"drizzle-kit": "^0.23.0", "drizzle-orm": "^0.31.0",