any idea how to add unique contraint between relat...
# orm-help
s
any idea how to add unique contraint between relations? https://github.com/graphcool/prisma/issues/1237#issue-272896339
n
You can add unique indices on the DB level yourself - apart from that, there is no way at the moment.