{"table_name":"collectiveaccess_cache","full_table_name":"wp_collectiveaccess_cache","description":"A cache table that stores temporary computed or fetched data.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_collectiveaccess_cache` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `service` tinytext NOT NULL,\\n  `base_url` text NOT NULL,\\n  `catable` tinytext NOT NULL,\\n  `mode` tinytext,\\n  `query` text,\\n  `time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\\n  `result` blob,\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci","columns":[],"plugin":{"slug":"wp-collectiveaccess","name":"WP-CollectiveAccess","active_installs":20,"version":"0.5.0","wp_org_url":"https://wordpress.org/plugins/wp-collectiveaccess/"}}