The model backing the \'MyDbContext\' context has changed since the database was created. Consider using Code First Migrations to update the database (http://
In case you did changes to your context and you want to manually make relevant changes to DB (or leave it as is), there is a fast and dirty way.
Go to DB, and delete everything from "_MigrationHistory" table