[DDC-2803] Fix error in documentation.
This commit is contained in:
parent
7a4a46a95c
commit
10576286b8
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ default.
|
||||||
length: 140
|
length: 140
|
||||||
postedAt:
|
postedAt:
|
||||||
type: datetime
|
type: datetime
|
||||||
name: posted_at
|
column: posted_at
|
||||||
|
|
||||||
When we don't explicitly specify a column name via the ``name`` option, Doctrine
|
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:
|
assumes the field name is also the column name. This means that:
|
||||||
|
|
Loading…
Add table
Reference in a new issue