nicoalbanese / kirimase

Build full-stack Next.js apps, incredibly fast
https://kirimase.dev
MIT License
2.58k stars 118 forks source link

Missing "updatedAt" & "createdAt" fields in generated Auth.ts schema #41

Closed marvkr closed 10 months ago

marvkr commented 1 year ago

createdAt: timestamp("created_at").notNull().defaultNow().onUpdateNow(), updatedAt: timestamp("updated_at").notNull().defaultNow().onUpdateNow(),