7 lines
No EOL
235 B
Text
7 lines
No EOL
235 B
Text
https://learn.microsoft.com/en-us/aspnet/core/data/ef-rp/migrations?view=aspnetcore-6.0&tabs=visual-studio-code
|
|
|
|
open ProjectFolder in Terminal
|
|
dotnet ef migrations add InitialCreate
|
|
|
|
remove migrations with
|
|
dotnet ef migrations remove |