{"table_name":"dealbao_category_bind","full_table_name":"wp_dealbao_category_bind","description":"Stores dealbao category bind data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_dealbao_category_bind`( `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '分类绑定表id', `cate_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'woocommerce产品分类id', `collect_cate_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'dealbao收藏分类id', PRIMARY KEY (`id`) USING BTREE )DEFAULT CHARSET","columns":[{"name":"id","type":"int(10) UNSIGNED","nullable":false,"primary_key":true},{"name":"cate_id","type":"int(10) UNSIGNED","nullable":false,"primary_key":false},{"name":"collect_cate_id","type":"int(10) UNSIGNED","nullable":false,"primary_key":false}],"plugin":{"slug":"esell","name":"Esell","active_installs":0,"version":"5.4.4","wp_org_url":"https://wordpress.org/plugins/esell/"}}