{"table_name":"kb_tags","full_table_name":"wp_kb_tags","description":"Stores kb tags data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_kb_tags ( id_ktags int(3) NOT NULL AUTO_INCREMENT, id_kbucket varchar(100) DEFAULT NULL, id_tag int(3) DEFAULT NULL, status enum( '0','1' ) DEFAULT '1', PRIMARY KEY (id_ktags), UNIQUE KEY id_kbucket_id_tag_index (id_kbucket,id_tag) ) ENGINE","columns":[{"name":"id_ktags","type":"int(3)","nullable":false,"primary_key":true},{"name":"id_kbucket","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"id_tag","type":"int(3)","nullable":true,"primary_key":false},{"name":"status","type":"enum( '0','1' )","nullable":true,"primary_key":false}],"plugin":{"slug":"kbucket","name":"KBucket: Your Curated Content in WordPress","active_installs":10,"version":"5.2.2","wp_org_url":"https://wordpress.org/plugins/kbucket/"}}