1
0
mirror of synced 2025-01-18 06:21:40 +03:00

further tweaking of last commit

This commit is contained in:
Mark Fox 2013-10-11 15:20:53 -07:00
parent c5adfca0ed
commit 126cd0bac2

View File

@ -198,10 +198,12 @@ Doctrine command-line tool:
$ php vendor/bin/doctrine orm:schema-tool:create
At this point no entitiy metadata exists in `src` so you will see a message like
"No Metadata Classes to process." — we'll add a Product entity and metadata soon.
"No Metadata Classes to process." Don't worry, we'll create a Product entity and
corresponding metadata in the next section.
You should be aware that during the development process you'll periodically want
to synchronize your database schema with your Entities metadata.
You should be aware that during the development process you'll need to keep
the database schema in sync with changes to your Entities metadata.
You can easily recreate the database:
::