Open your project folder and issue the following:
dotnet tool install --global dotnet-ef
dotnet ef database drop -f -v
dotnet ef migrations add Initial
dotnet ef database update
Open your project folder and issue the following:
dotnet tool install --global dotnet-ef
dotnet ef database drop -f -v
dotnet ef migrations add Initial
dotnet ef database update
0 comments:
Post a Comment