Hi, I'm trying to use prisma with mssql and need t...
# orm-help
s
Hi, I'm trying to use prisma with mssql and need to define a partial unique index, but I can't figure out how, and if I only specify a "normal" @@unique prisma migrate constantly tries to overwrite the partial one I have in place
j
Partial unique indexes are not supported yet unfortunately 😞
You can open a bug issue for the specific behavior you are seeing, then we can try to find a temporary workaround.