Closed core23 closed 7 months ago
According to the doctrine docs, the array type is deprecated and should not be used.
As the array was encoded using json_decode / json_encode (e.g. a:0:{}), the json type might be the correct one.
json_decode
json_encode
a:0:{}
According to the doctrine docs, the array type is deprecated and should not be used.
As the array was encoded using
json_decode
/json_encode
(e.g.a:0:{}
), the json type might be the correct one.