How do I add table relations in Navicat without using SQL queries? Is there some kind of wizard or helper to do this?
Select the table, right click then select Design Table
First go to the Options tab and ensure that your Engine is InnoDB which supports foreign key relationships
Then go to the Foreign keys tab.
Once you add one foreign key save it, so that you resolve any issues that may stop it from being created