控制台输入命令:
切换到项目的project.json 文件所在文件
dotnet ef migrations add XXX
dotnet ef database update
Visual Studio程序包管理器控制台:
Add-Migration XXX
Update-Database