If you want to update your migrations in .NET Core using the CLI, type the following:
dotnet ef --startup-project ../path_to_project/ database update
Published by Muhammad Asfour
Estimated reading time: 1 min
If you want to update your migrations in .NET Core using the CLI, type the following:
dotnet ef --startup-project ../path_to_project/ database update