Prisma Studio not respecting 'not null' fields?
I'm creating a model like this:
but prisma studio lets me add records with or without fName, sName and email :/
any thoughts what I might be doing wrong?
thanks
1 Reply
That shouldn't be possible.
What version of Prisma are you running?
Were these fields optional before and you made it mandatory at a later point?