Can someone provide some guidance on how to create...
# orm-help
r
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
Hey Rahul đź‘‹ Welcome to our community! What does your model look like? Have you added a
?
to make the column optional? What’s the
@prisma/client
version?