Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 DbSchema ( https://dbschema.com/ ),但找不到比较同一项目文件的两个不同版本并查看更改的方法。我可以像比较项目文件和数据库一样比较它们吗?
查看“架构”菜单。 在此处输入图像描述
这可以通过 Groovy 脚本自动执行,因此您可以在同一模式的两个版本之间动态生成迁移脚本。详情在这里