Jonathan Marbutt
02/09/2022, 9:06 PMnew Date() in the code but I would like to do a default, when I try to use @db.default(now()) it doesn’t workTyler Bell
02/10/2022, 1:40 AMcreatedAt DateTime @default(now())
that works for me in postgres.Jonathan Marbutt
02/10/2022, 3:01 AM@db.Timestamp(_6_) that breaks it.