[!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 ```