Doctrine2 conversion error

后端 未结 4 1416
名媛妹妹
名媛妹妹 2021-02-02 08:14

What does this error from \"Doctrine2 & Symfony2\" mean?

Could not convert database value \"\" to Doctrine Type array

4条回答
  •  旧巷少年郎
    2021-02-02 08:28

    your db tables column type (eg: longtext) can't match Doctrine's column type. change column type.

提交回复
热议问题