{"table_name":"lhr_log","full_table_name":"wp_lhr_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_lhr_log ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, url TEXT, request_args MEDIUMTEXT, response MEDIUMTEXT, runtime VARCHAR(64), date_added DATETIME, PRIMARY KEY (id) ) $charset_collate;\"; require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"url","type":"TEXT","nullable":true,"primary_key":false},{"name":"request_args","type":"MEDIUMTEXT","nullable":true,"primary_key":false},{"name":"response","type":"MEDIUMTEXT","nullable":true,"primary_key":false},{"name":"runtime","type":"VARCHAR(64)","nullable":true,"primary_key":false},{"name":"date_added","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"log-http-requests","name":"Log HTTP Requests","active_installs":2000,"version":"1.5.0","wp_org_url":"https://wordpress.org/plugins/log-http-requests/"}}