Hi guys :wave: , I'm working on an app using Pris...
# orm-help
m
Hi guys 👋 , I'm working on an app using Prisma and MySQL. In the Prisma Schema, is it possible to specify the type of a field as
Date
(YYYY-MM-DD), not
DateTime
?
EDIT : Nevermind, just found the support of native types mapping 🎉 https://www.prisma.io/docs/concepts/database-connectors/mysql#native-type-mappings
👍 1