I have a task to make app with db where one of the columns has json db data type. I already updated maria db to 10.2 but now I have another problem. Doctrine earlier than 2.6 does not recognize json type and in cmd prompt trow error message
Unknown database type json requested, Doctrine\DBAL\Platforms\MySQL57Platform may not support it
I am not sure what version is in my symfony/vendor. I try to find out but didn't. Symfony version i 3.3.10. After some reading I understand that I need to update doctrine. How to do that?