C#C
C#3y ago
Rodersnow

Dotnet ef command

Good morning! I have a question about the dotnet ef commands. When ysing the
dotnet ef remove-migration
command, it removes the latest migration from the migration list. However, I'm curious to know if there's a way to remove or update a specific migration instead of just remove the latest one and create a new migration
Was this page helpful?