Hey guys, I've a quick question about constraints....
# orm-help
b
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?
d
This might be a better question for the Prisma forums. Have you done a search there? If you found nothing, ask over there so others can benefit from the answer too :)
👍 1