-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/consoleRelated to consoleRelated to consoledesign-rfcPicked up by product design team for RFCPicked up by product design team for RFCe/intermediatecan be wrapped up in a weekcan be wrapped up in a weekgood first issueGood for newcomersGood for newcomersk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprint
Description
Currently, we do not display the ON UPDATE and ON DELETE properties of a foreign key constraint on the console once it is created, nor do we have an option to update them.
The update can happen by sending the following sql query using run_sql:
alter table <table_name> drop constraint <constraint_name>, add constraint <constraint_name> FOREIGN KEY (<this_column>) REFERENCES <remote_table>(<remote_column>) ON UPDATE <new_update_setting> ON DELETE <new_update_setting>;otonielguajardo, valstu, BenoitRanque, alex-ald, joserocha3 and 2 more
Metadata
Metadata
Assignees
Labels
c/consoleRelated to consoleRelated to consoledesign-rfcPicked up by product design team for RFCPicked up by product design team for RFCe/intermediatecan be wrapped up in a weekcan be wrapped up in a weekgood first issueGood for newcomersGood for newcomersk/enhancementNew feature or improve an existing featureNew feature or improve an existing featurep/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprint