From dd619e81dae1ad9bd719c8685f10a2f42dc7225a Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 27 Jul 2017 18:23:00 -0700 Subject: [PATCH] Update model.md --- aspnetcore/tutorials/razor-pages/model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/razor-pages/model.md b/aspnetcore/tutorials/razor-pages/model.md index 44561488a8..7bd9ae9dee 100644 --- a/aspnetcore/tutorials/razor-pages/model.md +++ b/aspnetcore/tutorials/razor-pages/model.md @@ -78,7 +78,7 @@ The `Add-Migration` command generates code to create the initial database schema The `Update-Database` command runs the `Up` method in the *Migrations/\_InitialCreate.cs* file, which creates the database. - + ### Scaffold the Movie model * Open a command window in the project directory (The directory that contains the *Program.cs*, *Startup.cs*, and *.csproj* files).