Php versions – Unknown database type json requested, DoctrineDBALPlatformsMySqlPlatform may not support it
Running into the above error while attempting to run doctrine:schema:update in Symfony. The error is happening in AbstractPlatform (part of libDoctrinePlatformsAbstractPlatform) I'm checking and JSON is definitely registered in libDoctrineDBALTypesType.php abstract class Type { const TARRAY = 'array'; const SIMPLE_ARRAY…