user3649320
user3649320

Reputation: 21

Enable Migration For Asp.Net Identity

Hi How To Enable Migration In Asp.Net Identity Application DbContext ?

I Have Project With Some Tables . And Install Identity From Nuget On Them .

My Table Related To Identity User Table .

I Want To Enable Migration For All Project.

Please Help Me .

Thanks...

Upvotes: 1

Views: 8782

Answers (1)

DSR
DSR

Reputation: 4668

You have to use Package Manager Console as explain in this article.

Sometimes you may have to force the migrations part as in 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

Hope this helps.

Upvotes: 0

Related Questions