fernyb / Sequel-J

A MySQL Client written in Cappuccino (work in progress)
31 stars 1 forks source link

Finish up Relations Tab #23

Open fernyb opened 13 years ago

fernyb commented 13 years ago

Finish up the Relations Tab:

The Relations Tab is used to set Foreign Keys.

Example:

ALTER TABLE `test_4` ADD FOREIGN KEY (`id`) REFERENCES `test_4_copy` (`id`);

Note: They can only be set for InnoDB tables.