Diego
PPrisma
•Created by Diego on 5/3/2024 in #help-and-questions
Prisma not recognizing Date-only values
I have a DateTime field with
@db.Date
annotation, but it still expects me to pass a full ISO 8601 date+time string.
The model:
The error:
What should I do? Am I doing something wrong? (I just migrated from Sequelize, so I'm quite new to Prisma)3 replies