Setup article
This commit is contained in:
parent
b9b05fc3eb
commit
129b9d0945
8
en/cookbook/custom-mapping-type-value-sql.rst
Normal file
8
en/cookbook/custom-mapping-type-value-sql.rst
Normal file
@ -0,0 +1,8 @@
|
||||
Database-level field value conversion using custom mapping types
|
||||
================================================================
|
||||
|
||||
.. sectionauthor:: Jan Sorgalla <jsorgalla@googlemail.com>
|
||||
|
||||
When creating entities, you sometimes have the need to transform field values
|
||||
before they are saved to the database. In Doctrine you can use Custom Mapping
|
||||
Types to solve this (see: :ref:`my-reference-label`).
|
@ -300,6 +300,8 @@ list:
|
||||
- ``scale``: (optional, default 0) The scale for a decimal (exact
|
||||
numeric) column. (Applies only if a decimal column is used.)
|
||||
|
||||
.. _reference-basic_mapping-custom_mapping_types:
|
||||
|
||||
Custom Mapping Types
|
||||
--------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user