Update Part-7.md

pull/5845/head
Halil İbrahim Kalkan 5 years ago
parent 21dda26350
commit 28a35433ff

@ -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