I've started a new project using Prisma & Supabase but I'm facing an issue.
I have some required String columns. Is there a way to prevent those columns to accept empty string value (''
).
Do you know if this can be done at the prisma schema level (this would be the best option I guess)? Or using subapase RLS policies?