这是indexloc提供的服务,不要输入任何密码
Skip to content

make foreign key constraints editable - especially for cascades #225

@praveenweb

Description

@praveenweb

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>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    c/consoleRelated to consoledesign-rfcPicked up by product design team for RFCe/intermediatecan be wrapped up in a weekgood first issueGood for newcomersk/enhancementNew feature or improve an existing featurep/highcandidate for being included in the upcoming sprint

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions