From 10576286b825a54e0ab9b7dc7aded1d61922fe94 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Thu, 2 Jan 2014 22:54:46 +0100 Subject: [PATCH] [DDC-2803] Fix error in documentation. --- docs/en/reference/basic-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: