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.
![](https://secure.gravatar.com/avatar/d1f3a28af2a27cd30cc7fbbe47cc57b8?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
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