{"table_name":"avalon23_cache","full_table_name":"wp_avalon23_cache","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_avalon23_cache` ( `mkey` varchar(64) NOT NULL, `filter_id` int(11) NOT NULL, `mvalue` text NOT NULL, KEY `mkey` (`mkey`), KEY `filter_id` (`filter_id`) ) DEFAULT CHARACTER SET %s COLLATE %s\", $wpdb->charset, $wpdb->collate));","columns":[{"name":"mkey","type":"varchar(64)","nullable":false,"primary_key":false},{"name":"filter_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"mvalue","type":"text","nullable":false,"primary_key":false}],"plugin":{"slug":"avalon23-products-filter-for-woocommerce","name":"Avalon23 Products Filter for WooCommerce","active_installs":20,"version":"1.1.6","wp_org_url":"https://wordpress.org/plugins/avalon23-products-filter-for-woocommerce/"}}