1.在nuget控制台中执行:Enable-Migrations
2.将出现的configuation.cs文件中的AutomaticMigrationsEnabled属性改为true
3.在nuget中执行Update-Database