Skip to content

Commit 7af962c

Browse files
committed
Rephrased Field Type section
1 parent 79e2216 commit 7af962c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

book/doctrine.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,8 +1370,10 @@ Doctrine Field Types Reference
13701370

13711371
Doctrine comes with a large number of field types available. Each of these
13721372
maps a PHP data type to a specific column type in whatever database you're
1373-
using. To see a list of all available types and more information, see
1374-
Doctrine's `Mapping Types documentation`_.
1373+
using. For each field type, the ``Column`` can be configured further, setting
1374+
the ``length``, ``nullable`` behavior, ``name`` and other options. To see a
1375+
list of all available types and more information, see Doctrine's
1376+
`Mapping Types documentation`_.
13751377

13761378
Summary
13771379
-------
@@ -1401,7 +1403,7 @@ For more information about Doctrine, see the *Doctrine* section of the
14011403
.. _`Query Builder`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/query-builder.html
14021404
.. _`Doctrine Query Language`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/dql-doctrine-query-language.html
14031405
.. _`Association Mapping Documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/association-mapping.html
1404-
.. _`Mapping Types Documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#doctrine-mapping-types
1406+
.. _`Mapping Types Documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#property-mappings
14051407
.. _`Property Mapping`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#property-mapping
14061408
.. _`Lifecycle Events documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/events.html#lifecycle-events
14071409
.. _`Reserved SQL keywords documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#quoting-reserved-words

0 commit comments

Comments
 (0)