Is there a plural issue for models database context y to ies in mvc4 EF
问题 I keep getting error when I try to access a model from an edit or details action. The model backing the 'InjuriesContext' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269). First I tried adding a migration even though I was sure I hadn't changed anything. Still recieved the same error after an update-database. Then I removed all the migrations and the database and started a clean