{"table_name":"dreamcore_monitor_user_agents","full_table_name":"wp_dreamcore_monitor_user_agents","description":"Stores dreamcore monitor user agents data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_dreamcore_monitor_user_agents ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, user_agent_string TEXT NOT NULL, user_agent_hash VARCHAR(32) NOT NULL, category VARCHAR(20) NOT NULL DEFAULT 'unknown', agent_name VARCHAR(100) NOT NULL DEFAULT 'Unknown', agent_version VARCHAR(20) DEFAULT '', visit_count BIGINT UNSIGNED DEFAULT 1, first_seen DATETIME DEFAULT CURRENT_TIMESTAMP, last_seen DATETIME DEFAULT CURRENT_TIMESTAMP, last_ip VARCHAR(45) DEFAULT '', last_page TEXT DEFAULT '', UNIQUE KEY idx_user_agent_hash (user_agent_hash), INDEX idx_category (category), INDEX idx_agent_name (agent_name), INDEX idx_visit_count (visit_count), INDEX idx_last_seen (last_seen), INDEX idx_first_seen (first_seen) ) {$charset_collate}\"; // Safe loading of upgrade.php with proper path handling $upgrade_file = wp_normalize_path( ABSPATH . 'wp-admin/includes/upgrade.php' );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"user_agent_string","type":"TEXT","nullable":false,"primary_key":false},{"name":"user_agent_hash","type":"VARCHAR(32)","nullable":false,"primary_key":false},{"name":"category","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"agent_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"agent_version","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"visit_count","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"first_seen","type":"DATETIME","nullable":true,"primary_key":false},{"name":"last_seen","type":"DATETIME","nullable":true,"primary_key":false},{"name":"last_ip","type":"VARCHAR(45)","nullable":true,"primary_key":false},{"name":"last_page","type":"TEXT","nullable":true,"primary_key":false}],"plugin":{"slug":"dreamcore-monitor","name":"DreamCore Monitor","active_installs":10,"version":"1.1.0","wp_org_url":"https://wordpress.org/plugins/dreamcore-monitor/"}}