You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$wpdb->query("CREATE TABLE IF NOT EXISTS $table_name (id INT AUTO_INCREMENT NOT NULL, date DATETIME DEFAULT CURRENT_TIMESTAMP, description LONGTEXT NOT NULL, type VARCHAR(255) NOT NULL, action VARCHAR(255) DEFAULT NULL, user_id INT NOT NULL, visualized TINYINT(1) DEFAULT 0, UNIQUE KEY id (id)) $charset_collate;");