© 2026 Hedgehog Software, LLC
// PlanetScale (MySQL) + Drizzle ORM export const promoCodes = mysqlTable( 'promo_codes', { id: serial('id').primaryKey().autoincrement(), createdAt: timestamp('created_at').defaultNow(), updatedAt: timestamp('updated_at').onUpdateNow(), // ... } )
pnpm drizzle-kit push:mysql
target: xxx.-.primary: vttablet: rpc error: code = InvalidArgument desc = Invalid default value for 'updated_at' (errno 1067) (sqlstate 42000) (CallerID: ues4twwhaqs5wh3lm76u): Sql: "alter table promo_codes modify column created_at timestamp default now()", BindVars: {REDACTED}