MySQL Forums
Forum List  »  MySQL Workbench

Re: How create ERD with relationships
Posted by: Mike Lischke
Date: July 04, 2013 01:21AM

Abid,

what relationships are you talking about? Without foreign keys there are no releationships. Either add foreign keys to your db (which requires a change of the storage engine, which is a good idea anyway) or manually add your relationships in MySQL Workbench after reverse engineering the schema.

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
Re: How create ERD with relationships
484
July 04, 2013 01:21AM
471
July 10, 2013 06:25AM


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.