MariaDB does not support JSON type

[expired user #10004]'s profile image [expired user #10004] posted 8 years ago in General Permalink
ALTER TABLE `CONFIGURATIONS`
    CHANGE COLUMN `json` `values` JSON NULL DEFAULT NULL AFTER `id_configuration`;
/* Error de SQL (1064): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'JSON NULL DEFAULT NULL AFTER `id_configuration`' at line 2 */

My current version is 9.3.0.5107

Please login to leave a reply, or register at first.