标签: asp.net-mvc migration asp.net-identity identity
如何在Asp.Net Identity Application DbContext中启用迁移?
我有一些表项目。并从Nuget On them安装身份。
我的表与身份用户表相关。
我想为所有项目启用迁移。
请帮助我。
...谢谢
答案 0 :(得分:0)
您必须使用程序包管理器控制台作为this文章中的说明。
有时您可能必须按照此answer强制迁移部分。
http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/migrations-and-deployment-with-the-entity-framework-in-an-asp-net-mvc-application
希望这有帮助。