I want to combine two columns instead of 'unique' ...
# orm-help
j
I want to combine two columns instead of 'unique' and make them unique. I want to make a kind of Composite Key, is this possible in prisma??
b
it's impossible 😄
j
Thanks!
s
But you can add this constraint on the table manually