从 CREATE TABLE SQL 生成图形模式表示
我有一个包含许多 CREATE TABLE 语句的 .sql 文件。没有参考规范(MyISAM 的东西),但我喜欢创建不同的表框,然后手动组成表关系。我正在使用Mac。有免费的程序可以做到这一点吗?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,MySQL Workbench 可以从 SQL 脚本对图表进行逆向工程,包含一组
CREATE TABLE
语句。使用菜单:文件>导入>逆向工程 MySQL 创建脚本...
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...
前往 SchemaBank,开设一个免费帐户,导入您的 sql 文件并开始编辑。根本就没有什么可安装的。
Go to SchemaBank, open a free account, import your sql file and start editing. Nothing to install at all.