Would be nice to CRUD table level constraints via the GUI #34549
Unanswered
kuyaC
asked this question in
Feature Requests
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.
If I'm not mistaken, this is currently only possible by using SQL queries, like in this example from the RBAC doc page:
Existing constraints don't show up in the GUI editor and new ones can't be added there.
Existing constraints can only be seen (CMIIW) in the table editor, when a table is selected, by clicking "Definition" on the bottom right.
To make any changes you have to use SQL queries.
As the title says, I think it would be nice if we could edit table level constraints via the GUI
All reactions