开发者

MySql database structure - reverse engineer with foreign keys

开发者 https://www.devze.com 2023-02-05 09:39 出处:网络
I have a MySql DB structure with foreign keys, how can I generate a diagram for it with table connecti开发者_开发问答ons for foreign keys.

I have a MySql DB structure with foreign keys, how can I generate a diagram for it with table connecti开发者_开发问答ons for foreign keys.

I need to clear the DB so have to find the table dependencies thats why I want to generate tables with connections.

There are keys in tables such as KEYFK228141202DDB7295

What is the tool for this?


Tools I know include MySQL Workbench and SchemaSpy. SchemaSpy is not MySQL specific and may be harder to set-up but it generates better graphs IMHO.

0

精彩评论

暂无评论...
验证码 换一张
取 消