WordPress database error: [Failed to open the referenced table 'wp_tb8w2cj1g9_woocommerce_sessions']CREATE TABLE godaddy_mwc_checkout (
id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
session_id BIGINT(20) UNSIGNED NOT NULL,
email_address VARCHAR(100) NOT NULL,
cart_hash VARCHAR(32) NOT NULL,
email_scheduled_at DATETIME DEFAULT NULL,
updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (id),
INDEX (email_address),
FOREIGN KEY (session_id) REFERENCES wp_tb8w2cj1g9_woocommerce_sessions(session_id) ON DELETE CASCADE
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci