In ASP.NET Core, which of the following steps is used to create and update a database with the EF Core migrations code example
Example 1: add migration ef core
dotnet ef migrations add InitialCreate
Example 2: add migration ef core
dotnet ef database update