diff --git a/docs/en/reference/basic-mapping.rst b/docs/en/reference/basic-mapping.rst index 82b7cd02d..2d5c56dca 100644 --- a/docs/en/reference/basic-mapping.rst +++ b/docs/en/reference/basic-mapping.rst @@ -176,7 +176,7 @@ default. length: 140 postedAt: type: datetime - name: posted_at + column: posted_at When we don't explicitly specify a column name via the ``name`` option, Doctrine assumes the field name is also the column name. This means that: