MySQL Forums
Forum List  »  MySQL Workbench

Re: Foreign Key Export Order
Posted by: Mike Lischke
Date: May 11, 2009 12:41AM

Antony,

the order in the script should not make any difference. At the top of the script there is a command to switch of FK checks which makes it possible to create a table with a foreign key even if that points to a table which has not yet been created.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
3679
May 07, 2009 08:58AM
2403
May 07, 2009 09:22AM
Re: Foreign Key Export Order
2812
May 11, 2009 12:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.