Generate graphical schema representation from CREATE TABLE SQL

£可爱£侵袭症+ 提交于 2019-12-24 00:39:09

问题


I have a .sql file containing many CREATE TABLE statements. There's no referential specification (MyISAM stuff) but I would enjoy to create different table boxes, and then compose the table relationships by hand. I am using a mac. Is there a free program to do this ?


回答1:


Yes, the MySQL Workbench can reverse-engineer a diagram from an SQL script that contains a set of CREATE TABLE statements.

Use the menu: File > Import > Reverse Engineer MySQL Create Script...




回答2:


Go to SchemaBank, open a free account, import your sql file and start editing. Nothing to install at all.



来源:https://stackoverflow.com/questions/1370563/generate-graphical-schema-representation-from-create-table-sql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!