Added missing - in the in getting started docs.
This commit is contained in:
parent
59a0410951
commit
964d510357
@ -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
|
$ 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.
|
statements.
|
||||||
|
|
||||||
Now create a new script that will insert products into the database:
|
Now create a new script that will insert products into the database:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user