EF Core migration workflow (.NET only)
Guided EF Core migration creation. Only for .NET projects.
dotnet build must succeed before creating migrationAddMaxWeightToCarrierRoute)*.csproj files matching Persistence/Data and Api/Web patterns in the solution. Ask the user if ambiguous.dotnet ef migrations add <Name> --project <PersistenceProject> --startup-project <ApiProject>
Up() and methods for user reviewDown()dotnet ef database update locallydatabase update against production