{"table_name":"ebay_auctions","full_table_name":"wp_ebay_auctions","description":"Stores ebay auctions data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_ebay_auctions` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `ebay_id` bigint(255) DEFAULT NULL, `auction_title` varchar(255) DEFAULT NULL, `auction_type` varchar(255) DEFAULT NULL, `listing_duration` varchar(255) DEFAULT NULL, `date_created` datetime DEFAULT NULL, `date_published` datetime DEFAULT NULL, `date_finished` datetime DEFAULT NULL, `end_date` datetime DEFAULT NULL, `price` float DEFAULT NULL, `quantity` int(11) DEFAULT NULL, `quantity_sold` int(11) DEFAULT NULL, `status` varchar(50) DEFAULT NULL, `details` text, `ViewItemURL` varchar(255) DEFAULT NULL, `GalleryURL` varchar(255) DEFAULT NULL, `post_content` text, `post_id` int(11) DEFAULT NULL, `profile_id` int(11) DEFAULT NULL, `profile_data` text, `template` varchar(255) DEFAULT '', `fees` float DEFAULT NULL, PRIMARY KEY (`id`) );","columns":[{"name":"id","type":"int(11) unsigned","nullable":false,"primary_key":true},{"name":"ebay_id","type":"bigint(255)","nullable":true,"primary_key":false},{"name":"auction_title","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"auction_type","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"listing_duration","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"date_created","type":"datetime","nullable":true,"primary_key":false},{"name":"date_published","type":"datetime","nullable":true,"primary_key":false},{"name":"date_finished","type":"datetime","nullable":true,"primary_key":false},{"name":"end_date","type":"datetime","nullable":true,"primary_key":false},{"name":"price","type":"float","nullable":true,"primary_key":false},{"name":"quantity","type":"int(11)","nullable":true,"primary_key":false},{"name":"quantity_sold","type":"int(11)","nullable":true,"primary_key":false},{"name":"status","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"details","type":"text","nullable":true,"primary_key":false},{"name":"ViewItemURL","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"GalleryURL","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"post_content","type":"text","nullable":true,"primary_key":false},{"name":"post_id","type":"int(11)","nullable":true,"primary_key":false},{"name":"profile_id","type":"int(11)","nullable":true,"primary_key":false},{"name":"profile_data","type":"text","nullable":true,"primary_key":false},{"name":"template","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"fees","type":"float","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/"}}