WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'schema longtext NOT NULL,
confidence decimal(5,2) DEFAULT 0.00,
added_at d' at line 5]CREATE TABLE K7J_schema_monster_review_queue (
id bigint(20) NOT NULL AUTO_INCREMENT,
post_id bigint(20) NOT NULL,
url varchar(255) NOT NULL,
schema longtext NOT NULL,
confidence decimal(5,2) DEFAULT 0.00,
added_at datetime DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (id),
KEY post_id (post_id),
KEY confidence (confidence),
KEY added_at (added_at)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci