AspNetCore.Docs/aspnetcore/includes/RP/model3.md

201 B

[!INCLUDE more information on the CLI for EF Core]

Run the following .NET Core CLI commands:

dotnet ef migrations add InitialCreate
dotnet ef database update