从现有架构生成初始数据库迁移脚本
我有一个巨大的预先存在的数据库,我想使用 Migrator.NET 对于迁移脚本,我不喜欢仅为现有架构保留 MDF 文件。
如何从现有架构生成 Migrator.NET 的初始迁移脚本(Migration
类),以便从头开始构建架构并使用增量构建?
I have a huge pre-existing database that I'd like to bring under version control using Migrator.NET for migration scripts and I don't like keeping the MDF file around just for the existing schema.
How can I generate an initial migration script (Migration
class) for Migrator.NET from the existing schema that I can use to build the schema from scratch and use incremental builds onwards?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据此链接 http://code.google.com/p/migratordotnet/wiki/WritingMigrations 你可以这样做:
According to this link http://code.google.com/p/migratordotnet/wiki/WritingMigrations you can do this: