ef core add-migration options code example
Example 1: add migration ef core
dotnet ef migrations add InitialCreate
Example 2: ef core update database command
update database
dotnet ef migrations add InitialCreate
update database