WordPress database error: [Table 'wp5a_affiliate_wp_vanity_coupon_codes' already exists]
CREATE TABLE wp5a_affiliate_wp_vanity_coupon_codes ( vanity_code_id bigint(20) NOT NULL AUTO_INCREMENT, coupon_id bigint(20) NOT NULL, affiliate_id bigint(20) NOT NULL, vanity_code varchar(191) NOT NULL, current_code varchar(191) NOT NULL, type tinytext NOT NULL, integration tinytext NOT NULL, PRIMARY KEY (vanity_code_id), KEY vanity_code (vanity_code) ) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci