Create EER Model from an existing DB but with the relations done - Workbench

后端 未结 1 1253
长情又很酷
长情又很酷 2021-01-23 11:38

I\'m trying to import an existing DB to mysqlq Workbench. I can do this. It\'s works perfectly. However the process just import the tables without relations between them.

<
1条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-23 11:46

    Relationships are the visual expression of foreign keys. If your DB tables use foreign keys (actually: a storage engine supporting foreign keys) then they are automatically shown in the diagram. It should be clear that this condition is only true for the InnoDB storage engine.

    0 讨论(0)
提交回复
热议问题