xxxxxxxxxx
EntityFrameworkCore\Add-Migration VehiclesDBContextMigration -Context VehiclesDBContext
EntityFrameworkCore\Update-Database -Context VehiclesDBContext
xxxxxxxxxx
dotnet tool install --global dotnet-ef
dotnet ef database drop
dotnet ef database update
dotnet ef migrations add InitialCreate