Storm
04/18/2019, 12:02 PMprisma deploy, I get this error on a few types:
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?