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

9 lines
201 B
Markdown
Raw Normal View History

[!INCLUDE [more information on the CLI for EF Core](~/includes/ef-cli.md)]
Run the following .NET Core CLI commands:
```dotnetcli
dotnet ef migrations add InitialCreate
dotnet ef database update
```