The foreign key can be edited here.
Save changes: Saves the changes in the foreign key. This may take a reasonable amount of time depending on the size of the tables involved.
Recreate foreign key: Rewrites the foreign key to the MySQL server. This can also take some time depending on the size of the tables involved.
Delete foreign key: Deletes the foreign key from the MySQL server.
|