I am using Entity Framework 5.0 Data migrations along with code first. When i add a new field to my model and execute the following command in the package manager console.>
I had to run dotnet ef migrations remove even though I'd deleted the previous migration
dotnet ef migrations remove