In EF projects, Is there any best practice for setting AutomaticMigrationsEnabled ?
More declaration:
In our team after modifying a model we
From: http://msdn.microsoft.com/en-us/data/jj554735.aspx
Recommendation for Team Environments
You can intersperse automatic and code-based migrations but this is not recommended in team development scenarios. If you are part of a team of developers that use source control you should either use purely automatic migrations or purely code-based migrations. Given the limitations of automatic migrations we recommend using code-based migrations in team environments.