I\'ve read about Code First Migrations but it seems that this is not really suited to the Enterprise.
We have a DBA that does all our Database changes and we don\'t nee
Few days ago i faced the same problem,
old database, the __MigrationHistory table is
made change in the database and recreated it at local machine
added ContextKey, Model and ProductVersion from the __MigrationHistory table of currently created database, to old database’s __MigrationHistory table.
oh don't forget to use alter scripts to old database. For more just check,
http://www.codeproject.com/Tips/800936/Entity-Framework-code-first-migrations-alternative