Hey guys, I've a quick question about constraints.
Prisma documentation mentions constraints at database level are not implemented by now.
What's the recommended way to handle constraints with postgres and prisma-cli?
I tried to add constraints directly to the database. But mutations violating those checks result in error message "Whoops. Looks like an internal server error. Search your server logs for request ID: localapicjpy787mc25we0a28yq1ymv69"
Any hints, where to go from here?