pull/3237/head
Tom Dykstra 2017-04-15 13:06:02 -07:00 committed by Rick Anderson
parent e014c9dcca
commit 0a73450535
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ The addition of the `Column` attribute changes the model backing the `SchoolCont
Save your changes and build the project. Then open the command window in the project folder and enter the following commands to create another migration:
```console
dotnet ef migrations add ColummFirstName
dotnet ef migrations add ColumnFirstName
dotnet ef database update
```