WordPress database error: [Table 'wp_hfcm_scripts' already exists]CREATE TABLE `wp_hfcm_scripts` (
`script_id` int(10) NOT NULL AUTO_INCREMENT,
`name` varchar(100) DEFAULT NULL,
`snippet` LONGTEXT,
`snippet_type` enum('html', 'js', 'css') DEFAULT 'html',
`device_type` enum('mobile','desktop','both') DEFAULT 'both',
`location` varchar(100) NOT NULL,
`display_on` enum('All','s_pages','s_posts','s_categories','s_custom_posts','s_tags','s_is_home','s_is_search','s_is_archive','latest_posts','manual') NOT NULL DEFAULT 'All',
`lp_count` int(10) DEFAULT NULL,
`s_pages` MEDIUMTEXT DEFAULT NULL,
`ex_pages` MEDIUMTEXT DEFAULT NULL,
`s_posts` MEDIUMTEXT DEFAULT NULL,
`ex_posts` MEDIUMTEXT DEFAULT NULL,
`s_custom_posts` varchar(300) DEFAULT NULL,
`s_categories` varchar(300) DEFAULT NULL,
`s_tags` varchar(300) DEFAULT NULL,
`spt_display_on` enum('both','posts','archives') NOT NULL DEFAULT 'both',
`status` enum('active','inactive') NOT NULL DEFAULT 'active',
`created_by` varchar(300) DEFAULT NULL,
`last_modified_by` varchar(300) DEFAULT NULL,
`created` datetime DEFAULT NULL,
`last_revision_date` datetime DEFAULT NULL,
PRIMARY KEY (`script_id`)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci