Entity Framework DataBase Initializors Add Columns -
Is there any implementation for the Database Initializers in the Entity Framework, which adds at least new columns to the missing?
Looks like a real common scenario, so I do not want to change the wheel again
If you mean the scenario in which you already have a database and you want to update it with your modified model definition (code-before data annotation or fluent mapping), there is no answer that is not an initial Will be able to modify the existing database and in the future 'm probably not the most.
Adonet decided to use another approach for database upgrades which is called migration. Already available
Comments
Post a Comment