Foreign Keys editor (MySQL)
Go Up to MySQL editors
The Foreign Keys Editor lets you manage column mapping, delete, and update actions for a foreign key.
To edit a foreign key:
- Open an editor on the foreign key. For details, see Opening an Object Editor.
- Use the following table as a guide to understanding and modifying the settings on the tabs of this editor:
Tab | Settings and tasks | |
---|---|---|
Column Mapping |
The existing column mapping for the foreign key is represented by selected columns in the Main Table and Referenced Table lists. Additional candidates in the Referenced Table list are indicated by enabled column check boxes. If necessary, use the Table dropdown in the Referenced Table group to choose a new table for this foreign key. Select or deselect columns in the Main Table list and Referenced Table list to form the referential constraint between the two tables. | |
Properties |
Lets you modify the On Delete and On Update (NO ACTION, RESTRICT, CASCADE, SET NULL) reference options. | |
DDL View |
For details on using this tab, see Viewing the SQL/DDL for an Object. |
- 3. When finished, you can submit your changes. For details, see Previewing and Submitting Object Editor Changes.