Browse Source

Update Part-7.md

pull/5845/head
Halil İbrahim Kalkan 6 years ago
parent
commit
28a35433ff
  1. 4
      docs/en/Tutorials/Part-7.md

4
docs/en/Tutorials/Part-7.md

@ -74,6 +74,10 @@ Open the **Package Manager Console** on Visual Studio and ensure that the **Defa
Run the following command to create a new database migration:
````bash
Add-Migration "Added_Authors"
````
![bookstore-add-migration-authors](images/bookstore-add-migration-authors.png)
This will create a new migration class. Then run the `Update-Database` command to create the table on the database.

Loading…
Cancel
Save