Error en la base de datos de WordPress: [Table 'wp_jqztbi_tutor_notifications' already exists]CREATE TABLE wp_jqztbi_tutor_notifications (
ID bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(255),
title tinytext,
content text,
`status` enum('READ','UNREAD'),
receiver_id bigint(20) unsigned,
post_id bigint(20) unsigned NULL,
topic_url varchar(255) NULL,
created_at datetime,
PRIMARY KEY (ID)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci