{"table_name":"ebay_log","full_table_name":"wp_ebay_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_ebay_log` ( `id` int(11) NOT NULL AUTO_INCREMENT, `timestamp` datetime DEFAULT NULL, `request_url` text DEFAULT NULL, `request` text DEFAULT NULL, `response` text DEFAULT NULL, `callname` varchar(64) DEFAULT NULL, `success` varchar(16) DEFAULT NULL, `ebay_id` bigint(255) DEFAULT NULL, `user_id` int(11) DEFAULT NULL, PRIMARY KEY (`id`) );","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"timestamp","type":"datetime","nullable":true,"primary_key":false},{"name":"request_url","type":"text","nullable":true,"primary_key":false},{"name":"request","type":"text","nullable":true,"primary_key":false},{"name":"response","type":"text","nullable":true,"primary_key":false},{"name":"callname","type":"varchar(64)","nullable":true,"primary_key":false},{"name":"success","type":"varchar(16)","nullable":true,"primary_key":false},{"name":"ebay_id","type":"bigint(255)","nullable":true,"primary_key":false},{"name":"user_id","type":"int(11)","nullable":true,"primary_key":false}],"plugin":{"slug":"wp-lister-for-ebay","name":"WP-Lister Lite for eBay","active_installs":2000,"version":"3.8.7","wp_org_url":"https://wordpress.org/plugins/wp-lister-for-ebay/"}}