通过仅选择一些主表来为 mySQL 数据库创建 ERD
我需要为我们的数据库系统创建一个 ERD。碰巧的是,有很多很多的表,但没有人真正理解其中的内容。更重要的是,同一个数据库有不同应用程序的表,因此并非所有表都与我的应用程序相关。我只需要应用程序表的 ERD。
我尝试从 MySQL 工作台创建 ERD。它允许我选择要放在 ERD 上的表的子集,但这就是问题:我不知道要选择哪些表(首先构建图表的原因之一:-))。
我所知道的是涉及的一些“主要”表格。我正在寻找的是这样的:我告诉工具我感兴趣的 5-10 个主表,该工具会自动选取链接到这些表的所有表,并为它们创建 ERD。
有什么指点吗?
否则,我将不得不手动地一张一张地建立我的表格列表......
I need to create an ERD for our DB system. As it happens, there are lots and lots of tables, and no one really understands much of it. What's more, the same DB has tables for different applications, so not all tables are relevant to my application. I need an ERD for only my application's tables.
I tried creating ERD from MySQL workbench. It allows me to select a subset of the tables to put on an ERD, but that's the problem: I don't know which tables to select ( One of the reasons to build the diagram in the first place :-) ).
What I do know are some of the 'main' tables involved. What I'm looking for is this: I tell the tool some 5-10 of these main tables I'm interested in, and the tool automatically picks up all the tables that are linked to these tables, and creates the ERD for them.
Any pointers?
Otherwise, I'll have to live with building my list of tables manaully, one by one...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.fabforce.net/ 有一个很好的工具,叫做 DBDesigner,我过去用过这个用于对数据模型进行一些逆向工程。
http://www.fabforce.net/ has a nice tool called DBDesigner, I have used this in the past for some reverse engineering on a datamodel.