Ambroise BAZIE
Results
1
comments of
Ambroise BAZIE
> i experienced the same problem.. my problem: i used the following ORM data type "json_array" in the entity. > > ``` > @ORM\Column(type="json_array", name="other_nationalities", nullable=true) > ``` > >...