8000 [#2920] Re-adding fields that were available in Doctrine for Symfony 2.3 · symfony/symfony-docs@e2e8372 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2e8372

Browse files
committed
[#2920] Re-adding fields that were available in Doctrine for Symfony 2.3
1 parent b376330 commit e2e8372

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
@@ -1449,6 +1449,11 @@ using. The following types are supported in Doctrine:
14491449
* ``object`` (serialized and stored in a ``CLOB`` field)
14501450
* ``array`` (serialized and stored in a ``CLOB`` field)
14511451
* ``blob`` (mapped to a resource stream)
1452+
* ``simple_array`` (serialized using :phpfunction:`implode()` and :phpfunction:`explode()`,
1453+
with a comma as delimiter, and stored in a ``CLOB`` field)
1454+
* ``json_array`` (serialized using :phpfunction:`json_encode()` and :phpfunction:`json_decode()`,
1455+
and stored in a ``CLOB`` field)
1456+
* ``guid``
14521457

14531458
For more information, see Doctrine's `Mapping Types documentation`_.
14541459

0 commit comments

Comments
 (0)
0