create migration in EF core code example
Example 1: add migration ef core
dotnet ef database update
Example 2: C# aspnet how to run a migration
dotnet ef database update
dotnet ef database update
dotnet ef database update