{"table_name":"debug_logpress","full_table_name":"wp_debug_logpress","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `debug_logpress` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `log_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `log_ip` varchar(255) NOT NULL DEFAULT '', `log_page` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`log_id`) ) ENGINE","columns":[{"name":"log_id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"log_on","type":"datetime","nullable":false,"primary_key":false},{"name":"log_ip","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"log_page","type":"varchar(255)","nullable":false,"primary_key":false}],"plugin":{"slug":"logpress","name":"LogPress","active_installs":10,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/logpress/"}}