Hi,
I would like to Create Database If Model Changes. Is this already possible with the template?
For example,
Database.SetInitializer(new DropCreateDatabaseIfModelChanges<DbContext>());
I would also like to seed etc.
Comments: duplicate
I would like to Create Database If Model Changes. Is this already possible with the template?
For example,
Database.SetInitializer(new DropCreateDatabaseIfModelChanges<DbContext>());
I would also like to seed etc.
Comments: duplicate