WordPress database error: [Table 'wplg_aioseo_cache' already exists]CREATE TABLE wplg_aioseo_cache (
id bigint(20) unsigned NOT NULL AUTO_INCREMENT,
name varchar(80) NOT NULL,
value longtext NOT NULL,
is_object TINYINT(1) DEFAULT 0,
expiration datetime DEFAULT NULL,
created datetime NOT NULL,
updated datetime NOT NULL,
PRIMARY KEY (id),
UNIQUE KEY ndx_aioseo_cache_name (name),
KEY ndx_aioseo_cache_expiration (expiration)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci