{"slug":"logpress","name":"LogPress","description":"Keeps a short history of access logs.","author":"Bimal Poudel","active_installs":10,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/logpress/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"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","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}],"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"}],"table_count":1}