Are multi column unique constraints not supported ...
# orm-help
h
Are multi column unique constraints not supported by prisma on postgresql? Trying this on the table with no result when looking at it in pgAdmin.
Copy code
@@unique(fields: [arbitratedId, userId])