Enable Migrations for Entity Framework Code First 28-12-2015 18:57:07 C# / Entity Framework 0 Bookmark(s) 183 View(s) To enable migrations on your project: PM> Enable-Migrations -EnableAutomaticMigrations To add an initial migration call: PM> Add-Migration Initial