I have tried following things
In package manager console.
Enable-Migrations -ContextTypeName abc.DomainModel.DAL.abcDataContext -Force update-database -Verbose -Force AutomaticMigrationsEnabled = true; Default project in package manager console is abc.DomainModel
And I still get this error.
"Additional information: The model backing the 'abcDataContext' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269)."
Where am I making mistake ?