I am using Entity Framework 5.0 Data migrations along with code first. When i add a new field to my model and execute the following command in the package manager console.>
Maybe the stupidest of all:
I was adding a migration with the same name as the new object I was creating.