Add Delete Rule to GUI when setting Relationships #12329
Unanswered
Lior539
asked this question in
Feature Requests
Replies: 3 comments
|
+1 |
0 replies
|
Echoing this sentiment on referential integrity around cascading deletes, having to go to the editor and do an Please and thank you :) |
0 replies
|
👍 this would be fantastic. Right now I had to set up all the relationships in SQL. |
0 replies
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.
Feature request
Right now, when using the GUI to add a relationship between tables you cannot set the delete rule (e.g. cascade). You almost always want to specify the delete rule on the relationship when creating it, but this limitation in the GUI means that effectively the GUI has no use when it comes to setting relationship and you always need to use the SQL editor instead.
See attached screenshot of current GUI:

All reactions