Skip to content

Commit 3e6b891

Browse files
klaussilveiraweaverryan
authored andcommitted
Updating Doctrine field types
1 parent 4340f7b commit 3e6b891

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

book/doctrine.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,12 +1441,17 @@ using. The following types are supported in Doctrine:
14411441
* ``date``
14421442
* ``time``
14431443
* ``datetime``
1444+
* ``datetimetz``
14441445

14451446
* **Other Types**
14461447

14471448
* ``boolean``
14481449
* ``object`` (serialized and stored in a ``CLOB`` field)
14491450
* ``array`` (serialized and stored in a ``CLOB`` field)
1451+
* ``simple_array`` (serialized using implode() and explode(), with a comma as delimiter, and stored in a ``CLOB`` field)
1452+
* ``json_array`` (serialized using json_encode() and json_decode(), and stored in a ``CLOB`` field)
1453+
* ``blob`` (mapped to a resource stream)
1454+
* ``guid``
14501455

14511456
For more information, see Doctrine's `Mapping Types documentation`_.
14521457

0 commit comments

Comments
 (0)