-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for listing unique constraints #148
Comments
Figured out how to make |
I managed to implement this method for every dialect. If you decide to not include this feature in |
Maybe this could be proposed to |
I probably won't have time to do that until the start of new year unfortunately. |
Hello there! I find working with unique constraints across multiple columns in
knex
pretty cumbersome due to inability to delete all of them them/check if they exist before redefining them. This leads to the need to remember what constraints have been defined before. This is why I propose addinguniqueConstraints
method that will list all unique constraints. I'm more than willing to implement this feature for some dialects(oracledb
is not working on my machine).The text was updated successfully, but these errors were encountered: