How do I add table relations in Navicat without using SQL queries? Is there some kind of wizard or helper to do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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