WordPress database error: [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,
is_completed tinyint(1) signed NOT NULL default '0',
PRIMARY KE' at line 4]CREATE TABLE wp_ptp_tables (
id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
title text NOT NULL,
settings json NULL,
is_completed tinyint(1) signed NOT NULL default '0',
PRIMARY KEY (id),
KEY table_is_completed (id, is_completed) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci