8000 fixed wrong plural table name · web-dev/symfony-docs@1ac3aba · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ac3aba

Browse files
garakweaverryan
authored andcommitted
fixed wrong plural table name
1 parent d540e14 commit 1ac3aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ in your application. To do this, run:
326326
needed to *update* the database to where it should be. In other words, if you add
327327
a new property with mapping metadata to ``Product`` and run this task
328328
again, it will generate the "alter table" statement needed to add that
329-
new column to the existing ``products`` table.
329+
new column to the existing ``product`` table.
330330

331331
An even better way to take advantage of this functionality is via
332332
:doc:`migrations</bundles/DoctrineMigrationsBundle/index>`, which allow you to

0 commit comments

Comments
 (0)
0