We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d540e14 commit 1ac3abaCopy full SHA for 1ac3aba
book/doctrine.rst
@@ -326,7 +326,7 @@ in your application. To do this, run:
326
needed to *update* the database to where it should be. In other words, if you add
327
a new property with mapping metadata to ``Product`` and run this task
328
again, it will generate the "alter table" statement needed to add that
329
- new column to the existing ``products`` table.
+ new column to the existing ``product`` table.
330
331
An even better way to take advantage of this functionality is via
332
:doc:`migrations</bundles/DoctrineMigrationsBundle/index>`, which allow you to
0 commit comments