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
Post a Comment