{"table_name":"amazon_categories","full_table_name":"wp_amazon_categories","description":"Stores amazon categories data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_amazon_categories` ( `cat_id` bigint(16) DEFAULT NULL, `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, KEY `cat_id` (`cat_id`), KEY `parent_cat_id` (`parent_cat_id`) ) DEFAULT CHARSET","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-amazon","name":"WP-Lister Lite for Amazon","active_installs":800,"version":"2.9.1","wp_org_url":"https://wordpress.org/plugins/wp-lister-for-amazon/"}}