Feature Request: Support partial unique index #727
Reverier-Xu
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
PostgreSQL and some databases support create partial unique index just like this [1] [2]:
But I can't find some way in SeaQuery to implement it. This feature may be useful in billing or games that require columns unique at specified condition.
All reactions