We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955abe4 commit abd4b2dCopy full SHA for abd4b2d
book/doctrine.rst
@@ -1448,12 +1448,7 @@ using. The following types are supported in Doctrine:
1448
* ``boolean``
1449
* ``object`` (serialized and stored in a ``CLOB`` field)
1450
* ``array`` (serialized and stored in a ``CLOB`` field)
1451
- * ``simple_array`` (serialized using :phpfunction:`implode()` and :phpfunction:`explode()`,
1452
- with a comma as delimiter, and stored in a ``CLOB`` field)
1453
- * ``json_array`` (serialized using :phpfunction:`json_encode()` and :phpfunction:`json_decode()`,
1454
- and stored in a ``CLOB`` field)
1455
* ``blob`` (mapped to a resource stream)
1456
- * ``guid``
1457
1458
For more information, see Doctrine's `Mapping Types documentation`_.
1459
0 commit comments