{"table_name":"burst_gsc_diagnostic_logs","full_table_name":"wp_burst_gsc_diagnostic_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_burst_gsc_diagnostic_logs ( `ID` bigint unsigned NOT NULL AUTO_INCREMENT, `time` int unsigned NOT NULL, `event` varchar(64) NOT NULL, `status` varchar(24) NOT NULL, `message` varchar(191) NOT NULL, `context` longtext NOT NULL, PRIMARY KEY (ID), KEY `time` (`time`) ) $charset_collate;\" );","columns":[{"name":"ID","type":"bigint unsigned","nullable":false,"primary_key":true},{"name":"time","type":"int unsigned","nullable":false,"primary_key":false},{"name":"event","type":"varchar(64)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(24)","nullable":false,"primary_key":false},{"name":"message","type":"varchar(191)","nullable":false,"primary_key":false},{"name":"context","type":"longtext","nullable":false,"primary_key":false}],"plugin":{"slug":"burst-statistics","name":"Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)","active_installs":200000,"version":"3.6.3","wp_org_url":"https://wordpress.org/plugins/burst-statistics/"}}