Erro da base de dados do WordPress: [Table '1hdbsbeq_pys_stat_order' already exists]CREATE TABLE 1HDbSbeq_pys_stat_order (
id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
order_id BIGINT UNSIGNED NOT NULL,
traffic_source_id BIGINT UNSIGNED NULL,
landing_id BIGINT UNSIGNED NULL,
utm_source_id BIGINT UNSIGNED NULL,
utm_medium_id BIGINT UNSIGNED NULL,
utm_campaing_id BIGINT UNSIGNED NULL,
utm_term_id BIGINT UNSIGNED NULL,
utm_content_id BIGINT UNSIGNED NULL,
last_traffic_source_id BIGINT UNSIGNED NULL,
last_landing_id BIGINT UNSIGNED NULL,
last_utm_source_id BIGINT UNSIGNED NULL,
last_utm_medium_id BIGINT UNSIGNED NULL,
last_utm_campaing_id BIGINT UNSIGNED NULL,
last_utm_term_id BIGINT UNSIGNED NULL,
last_utm_content_id BIGINT UNSIGNED NULL,
gross_sale FLOAT UNSIGNED NOT NULL,
net_sale FLOAT UNSIGNED NOT NULL,
total_sale FLOAT UNSIGNED NOT NULL,
type TINYINT NOT NULL,
date timestamp default current_timestamp,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
Erro da base de dados do WordPress: [Table '1hdbsbeq_pys_stat_product_order' already exists]CREATE TABLE 1HDbSbeq_pys_stat_product_order (
id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
order_id BIGINT UNSIGNED NOT NULL,
product_id BIGINT UNSIGNED NOT NULL,
product_name char(100) NOT NULL,
qty INT UNSIGNED NOT NULL,
gross_sale FLOAT UNSIGNED NOT NULL,
type TINYINT NOT NULL,
date timestamp default current_timestamp,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
Erro da base de dados do WordPress: [Table '1hdbsbeq_pys_stat_landing' already exists]CREATE TABLE 1HDbSbeq_pys_stat_landing (
id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
item_value char(200) NOT NULL,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
Erro da base de dados do WordPress: [Table '1hdbsbeq_pys_stat_traffic' already exists]CREATE TABLE 1HDbSbeq_pys_stat_traffic (
id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
item_value char(200) NOT NULL,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
Erro da base de dados do WordPress: [Table '1hdbsbeq_pys_stat_utm_medium' already exists]CREATE TABLE 1HDbSbeq_pys_stat_utm_medium (
id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
item_value char(200) NOT NULL,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
Erro da base de dados do WordPress: [Table '1hdbsbeq_pys_stat_utm_source' already exists]CREATE TABLE 1HDbSbeq_pys_stat_utm_source (
id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
item_value char(200) NOT NULL,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
Erro da base de dados do WordPress: [Table '1hdbsbeq_pys_stat_utm_term' already exists]CREATE TABLE 1HDbSbeq_pys_stat_utm_term (
id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
item_value char(200) NOT NULL,
PRIMARY KEY (id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;