Chris Tsongas
03/08/2022, 12:21 AMcreatedAt DateTime @default(now())
updatedAt DateTime @updatedAt
Prisma seems to set an updatedAt
value a fraction of a second after the createdAt
value when a record is created, even if the record wasn't updated. I don't remember that being the case when using a previous query builder (Knex.js). Anyone else notice this?Ian Ray
03/08/2022, 5:11 AMjanpio