Can someone provide some guidance on how to create records with prisma on tables with nullable json fields? underlying db is mysql. and I am running into an error mentioned here. also the workaround to use CreateInput throws an error
node_modules/.prisma/client/index".Prisma' has no exported member modelNameCreateInput
n
Nurul
05/24/2022, 1:05 PM
Hey Rahul đź‘‹
Welcome to our community!
What does your model look like?
Have you added a