{"table_name":"ebay_categories","full_table_name":"wp_ebay_categories","description":"Stores ebay categories data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_ebay_categories` ( `cat_id` bigint(16), `parent_cat_id` bigint(11) DEFAULT NULL, `level` int(11) DEFAULT NULL, `leaf` tinyint(4) DEFAULT NULL, `version` int(11) DEFAULT NULL, `cat_name` varchar(255) DEFAULT NULL, `wp_term_id` int(11) DEFAULT NULL, PRIMARY KEY `cat_id` (`cat_id`), KEY `parent_cat_id` (`parent_cat_id`) );","columns":[{"name":"cat_id","type":"bigint(16)","nullable":true,"primary_key":false},{"name":"parent_cat_id","type":"bigint(11)","nullable":true,"primary_key":false},{"name":"level","type":"int(11)","nullable":true,"primary_key":false},{"name":"leaf","type":"tinyint(4)","nullable":true,"primary_key":false},{"name":"version","type":"int(11)","nullable":true,"primary_key":false},{"name":"cat_name","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"wp_term_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/"}}