{"table_name":"floatyfaq_cache","full_table_name":"wp_floatyfaq_cache","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_floatyfaq_cache` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `cache_key` varchar(255) NOT NULL, `cache_value` longtext NOT NULL, `expires_at` datetime NOT NULL, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `cache_key` (`cache_key`), KEY `expires_at` (`expires_at`) ) $charset \");","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"cache_key","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"cache_value","type":"longtext","nullable":false,"primary_key":false},{"name":"expires_at","type":"datetime","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"floatyfaq","name":"FloatyFAQ","active_installs":0,"version":"2.0.3","wp_org_url":"https://wordpress.org/plugins/floatyfaq/"}}