Added missing - in the in getting started docs.
This commit is contained in:
parent
59a0410951
commit
964d510357
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ Now that we have defined our first entity, let's update the database:
|
|||
|
||||
$ vendor/bin/doctrine orm:schema-tool:update --force --dump-sql
|
||||
|
||||
Specifying both flags ``--force`` and ``-dump-sql`` prints and executes the DDL
|
||||
Specifying both flags ``--force`` and ``--dump-sql`` prints and executes the DDL
|
||||
statements.
|
||||
|
||||
Now create a new script that will insert products into the database:
|
||||
|
|
Loading…
Add table
Reference in a new issue