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)1 Reply
🤷♂️
Seriously? No fix for this?