Update mvc-with-entity-framework.rst

pull/476/merge
StevenElliott 2015-10-01 10:18:08 -04:00 committed by danroth27
parent 3baf41ab56
commit 9e7f03d535
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@ Open a command prompt in the project directory (ContosoBooks/src/ContosoBooks) a
.. code-block:: none .. code-block:: none
dnvm use 1.0.0-beta5 dnvm use 1.0.0-beta5
dnx ef migration add Initial dnx ef . migration add Initial
dnx ef migration apply dnx ef . migration apply
The "``add Initial``" command adds code to the project that allows EF to update the database schema. The "``apply``" command creates the actual database. After you run the run these commands, your project has a new folder named *Migrations*: The "``add Initial``" command adds code to the project that allows EF to update the database schema. The "``apply``" command creates the actual database. After you run the run these commands, your project has a new folder named *Migrations*: