Code First Database Evolution / Database (Schema) Migration
Capability to synchronize the database (schema) structure with the model structure by altering the existing database (schema) without deleting and re-creating it if possible. The changes will either be applied immediately, or the synchronization script will be generated.
-
Shalex commented
We have published our article about Code-First Migrations support for Oracle, MySQL, PostgreSQL and SQLite at http://www.devart.com/blogs/dotconnect/index.php/entity-framework-code-first-migrations-support-for-oracle-mysql-postgresql-and-sqlite.htm .
-
Remco Blok commented
I assume this is using the EF Code First Migrations which now supports a provider model as of Alpha 2. See http://blogs.msdn.com/b/adonet/archive/2011/09/06/code-first-migrations-alpha-2-walkthrough.aspx