@@ -1370,8 +1370,10 @@ Doctrine Field Types Reference
1370
1370
1371
1371
Doctrine comes with a large number of field types available. Each of these
1372
1372
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 `_.
1375
1377
1376
1378
Summary
1377
1379
-------
@@ -1401,7 +1403,7 @@ For more information about Doctrine, see the *Doctrine* section of the
1401
1403
.. _`Query Builder` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/query-builder.html
1402
1404
.. _`Doctrine Query Language` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/dql-doctrine-query-language.html
1403
1405
.. _`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
1405
1407
.. _`Property Mapping` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#property-mapping
1406
1408
.. _`Lifecycle Events documentation` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/events.html#lifecycle-events
1407
1409
.. _`Reserved SQL keywords documentation` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#quoting-reserved-words
0 commit comments