asp.net core EF core use migration to add records to table code example
Example 1: add migration ef core
dotnet ef migrations add InitialCreate
Example 2: add migration ef core
dotnet ef database update
dotnet ef migrations add InitialCreate
dotnet ef database update