{"table_name":"dreamcore_monitor_logins","full_table_name":"wp_dreamcore_monitor_logins","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_dreamcore_monitor_logins ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, username VARCHAR(100) NOT NULL, user_id BIGINT UNSIGNED NULL, user_role VARCHAR(50) NULL, status VARCHAR(20) NOT NULL, ip_address VARCHAR(45) NOT NULL, user_agent TEXT NULL, country VARCHAR(100) DEFAULT 'Unknown', created_at DATETIME DEFAULT CURRENT_TIMESTAMP, exported TINYINT(1) DEFAULT 0, exported_at DATETIME NULL, batch_id VARCHAR(100) NULL, INDEX idx_status (status), INDEX idx_created_at (created_at), INDEX idx_username (username), INDEX idx_ip_address (ip_address), INDEX idx_exported (exported), INDEX idx_exported_at (exported_at), INDEX idx_batch_id (batch_id) ) {$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":"username","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"user_role","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"status","type":"VARCHAR(20)","nullable":false,"primary_key":false},{"name":"ip_address","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"user_agent","type":"TEXT","nullable":true,"primary_key":false},{"name":"country","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"exported","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"exported_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"batch_id","type":"VARCHAR(100)","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/"}}