Entitiy Framework: "Update Database from Model" instead of "Generate Database from Model"
- by David
Hey everyone,
I have created a Entity Framework 4 model with Visual Studio 2010 and generated a database from it. Now I found myself adding new properties (with default values), changing documentation of columns, changing names of columns, changing types of columns several times. All tasks that do not require much "extra work" in order not to be…