You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when i create my projet i do a symfony make:user, after i want add property, i do make:entity User, and i got the same error. https://sharemycode.io/c/bdce74c
This has been reported several times already and a fix has been merged (but not yet released) in #991 It's often a great idea to check the recently reported issues before opening a new one - that saves you and us some time :)
Hello,
I faced to an issue to add properties to entities with the following error :
Undefined constant Doctrine\DBAL\Types\Type::JSON_ARRAY
Downgrading doctrine/orm and doctrine/dbal fix the issue.
The text was updated successfully, but these errors were encountered: