MySql 数据库结构 - 使用外键进行逆向工程
我有一个带有外键的 MySql DB 结构,如何为其生成带有外键表连接的图表。
我需要清除数据库,因此必须找到表依赖项,这就是我想生成带有连接的表的原因。
表中有键,如 KEY
FK228141202DDB7295
这个工具是什么?
I have a MySql DB structure with foreign keys, how can I generate a diagram for it with table connections 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 KEY
FK228141202DDB7295
What is the tool for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道的工具包括 MySQL Workbench 和 SchemaSpy。 SchemaSpy 不是 MySQL 特有的,可能更难设置,但恕我直言,它会生成更好的图表。
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.