{"table_name":"kb_tag_details","full_table_name":"wp_kb_tag_details","description":"Stores kb tag details data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_kb_tag_details ( id_tag int(3) NOT NULL AUTO_INCREMENT, name varchar(50) DEFAULT NULL, status enum( '0','1' ) DEFAULT '1', PRIMARY KEY (id_tag), UNIQUE KEY name_index (name) ) ENGINE","columns":[{"name":"id_tag","type":"int(3)","nullable":false,"primary_key":true},{"name":"name","type":"varchar(50)","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/"}}