entity framework - DropCreateDatabaseIfModelChanges not dropping the database -


the dropcreatedatabaseifmodelchanges initialisation strategy no longer works in mvc5 asp.net identity. i'm getting following error:

the model backing 'basemodelcontext' context has changed since database created. consider using code first migrations update database.

what do if don't want use migrations? shouldn't fact i've told drop database should go , it?


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -