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.
嗨,我几乎准备好将我的 Entity 框架代码第一个项目投入生产,最后一步是处理架构升级而不会丢失数据。
几个问题:
我应该将架构版本号存储在单独的表中还是 EF 将其存储在哪里?我会使用 SQL 脚本或类似的脚本来执行升级吗?Microsoft 推荐的在不丢失数据的情况下执行架构升级的方法是什么?
问候,
克里斯
您可以在 EF 4.3 http://blogs.msdn.com/b/adonet/archive/2012/02/09/ef-4-3-released.aspx中使用数据迁移