如何在不删除数据库的情况下更改模型?

时间:2012-11-05 17:59:12

标签: c# asp.net-mvc-3 visual-studio-2010

如果我在模型中进行任何更改,现在我必须删除并重新创建数据库。我该怎么解决?

2 个答案:

答案 0 :(得分:2)

手动更改数据库。 确保在SQL Server Management Studio中的“设计器”下的“选项”中取消选中Prevent saving changes that require table re-creation

enter image description here

答案 1 :(得分:0)

您需要手动更改数据库。

有一些自动工具可以帮助您进行反映,例如http://visualstudiogallery.msdn.microsoft.com/df3541c3-d833-4b65-b942-989e7ec74c87http://www.huagati.com/dbmltools/