model User { id Int @id @default(autoincrement()) firstName String? lastName String? email String @unique phone String? about String? createdAt DateTime @default(now()) updatedAt DateTime @updatedAt}
updatedAt
TRPCClientError: Invalid `prisma.user.create()` invocation:Null constraint violation on the fields: (`updatedAt`)