{"table_name":"ebay_jobs","full_table_name":"wp_ebay_jobs","description":"A job queue table for managing background tasks and scheduled operations.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_ebay_jobs` ( `id` int(11) NOT NULL AUTO_INCREMENT, `job_key` varchar(64) DEFAULT NULL, `job_name` varchar(64) DEFAULT NULL, `tasklist` text DEFAULT NULL, `results` text DEFAULT NULL, `success` varchar(16) DEFAULT NULL, `date_created` datetime DEFAULT NULL, `date_finished` datetime DEFAULT NULL, `user_id` int(11) DEFAULT NULL, PRIMARY KEY (`id`) );","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"job_key","type":"varchar(64)","nullable":true,"primary_key":false},{"name":"job_name","type":"varchar(64)","nullable":true,"primary_key":false},{"name":"tasklist","type":"text","nullable":true,"primary_key":false},{"name":"results","type":"text","nullable":true,"primary_key":false},{"name":"success","type":"varchar(16)","nullable":true,"primary_key":false},{"name":"date_created","type":"datetime","nullable":true,"primary_key":false},{"name":"date_finished","type":"datetime","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/"}}