Fluent NHibernate AutoMapping SchemaExport - 更改对象模型并保留数据
当数据对象模型更改(向类添加新属性)时,是否有一种方法可以让流畅的自动映射更改架构,目前它只能删除并重新创建数据库架构,这将丢失数据库中的所有数据。它可以使用 Alter table 而不是 drop/create table,还是我只是在做梦?
是否可以根据自动映射流畅地更新数据库架构而不丢失数据?
干杯,
Is there a way for the fluent automapping to alter a schema when the data object model changes (adding a new property to a class), currently it only drops and recreates the database schema, which would lose all the data in the database. Can it use Alter table instead of drop / create table, or am I just dreaming?
Can fluent update the database schema according to automapping without losing data?
Cheers,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哎哟!
只需使用
而不是
Doh!
Just use
instead of