Looking for a little help with an upgrade issue. D...
# orm-help
s
Looking for a little help with an upgrade issue. During
prisma deploy
, I get this error on a few types:
Copy code
You are removing the field `updatedAt` while migrating to the new datamodel. Add the field `updatedAt: DateTime! @updatedAt` explicitly to your model to keep this functionality.
You are removing the field `createdAt` while migrating to the new datamodel. Add the field `createdAt: DateTime! @createdAt` explicitly to your model to keep this functionality.
What if I don’t want those fields on a particular type?