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])
r
@Halvor 👋 Did this work?
h
Sorry for late answer, been busy. It did not hard fail, but i cannot see the unique constraint in pgAdmin either.