I\'m working on a project using MVC4 in Visual Studio 2012 and have added a column in the table.
Now when I want to debug my project the error says to use the migrat
Commands:
enable-migrations default contextadd-migration InitialCreate (for generating snapshot)add-migration InitialCreate (to apply snapshot)update-databaseupdate-database -verboseDetailed explination will here: http://www.dotnet-tricks.com/Tutorial/entityframework/R54K181213-Understanding-Entity-Framework-Code-First-Migrations.html