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.
我知道您可以生成创建脚本来生成数据库对象,但我正在寻找一种方法来生成比较两个不同模式(两个映射文件)的更新脚本。
这样我就可以为我的用户提供从任何版本到当前版本的简单数据库更新。
谢谢!
您正在寻找的是Migrations。看看Fluent-Migrator项目。