We have multiple developers working on a project that uses Entity Framework 5.0. Every developer uses his own local SQL 2012 database so he can develop and test without impeding others....At first, we used a hybrid of automatic migrations and code-based m...