从 CREATE TABLE SQL 生成图形模式表示

发布于 2024-08-03 21:13:45 字数 106 浏览 2 评论 0原文

我有一个包含许多 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

千纸鹤 2024-08-10 21:13:45

是的,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...

滴情不沾 2024-08-10 21:13:45

前往 SchemaBank,开设一个免费帐户,导入您的 sql 文件并开始编辑。根本就没有什么可安装的。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文