Ruslan
0
Q:

ef core delete all migrations

dotnet ef database drop -f -v
dotnet ef migrations add Initial
dotnet ef database update
2
/*to remove the last migration:*/
/*Visual Studio:*/
Remove-Migration
/*.Net Core CLI:*/
dotnet ef migrations remove
3

New to Communities?

Join the community