{"table_name":"burst_report_logs","full_table_name":"wp_burst_report_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_burst_report_logs ( ID bigint unsigned NOT NULL AUTO_INCREMENT, report_id bigint unsigned NOT NULL, queue_id varchar(32) NOT NULL, batch_id int unsigned DEFAULT NULL, status varchar(32) NOT NULL, message text DEFAULT NULL, time int unsigned NOT NULL, date varchar(10) NOT NULL, PRIMARY KEY (ID) ) {$charset};\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );","columns":[{"name":"ID","type":"bigint unsigned","nullable":false,"primary_key":true},{"name":"report_id","type":"bigint unsigned","nullable":false,"primary_key":false},{"name":"queue_id","type":"varchar(32)","nullable":false,"primary_key":false},{"name":"batch_id","type":"int unsigned","nullable":true,"primary_key":false},{"name":"status","type":"varchar(32)","nullable":false,"primary_key":false},{"name":"message","type":"text","nullable":true,"primary_key":false},{"name":"time","type":"int unsigned","nullable":false,"primary_key":false},{"name":"date","type":"varchar(10)","nullable":false,"primary_key":false}],"plugin":{"slug":"burst-statistics","name":"Burst Statistics – Privacy-Friendly WordPress Analytics (Google Analytics Alternative)","active_installs":200000,"version":"3.3.0","wp_org_url":"https://wordpress.org/plugins/burst-statistics/"}}