File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1441,12 +1441,17 @@ using. The following types are supported in Doctrine:
1441
1441
* ``date ``
1442
1442
* ``time ``
1443
1443
* ``datetime ``
1444
+ * ``datetimetz ``
1444
1445
1445
1446
* **Other Types **
1446
1447
1447
1448
* ``boolean ``
1448
1449
* ``object `` (serialized and stored in a ``CLOB `` field)
1449
1450
* ``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 ``
1450
1455
1451
1456
For more information, see Doctrine's `Mapping Types documentation `_.
1452
1457
You can’t perform that action at this time.
0 commit comments