mysql - Create EER Model from an existing DB but with the relations done - Workbench -
i'm trying import existing db mysqlq workbench. can this. it's works perfectly. process import tables without relations between them.
how can import the db , create eer model relations between them?
relationships visual expression of foreign keys. if db tables use foreign keys (actually: storage engine supporting foreign keys) automatically shown in diagram. should clear condition true innodb storage engine.
Comments
Post a Comment