📅  最后修改于: 2022-03-11 14:58:39.087000             🧑  作者: Mango
代码示例1
dotnet tool install --global dotnet-ef
dotnet ef database drop
dotnet ef database update
dotnet ef migrations add InitialCreate