{"slug":"wp-collectiveaccess","name":"WP-CollectiveAccess","description":"Display your CollectiveAccess collections inside your Wordpress website.","author":"gautiermichelin","active_installs":20,"version":"0.5.0","wp_org_url":"https://wordpress.org/plugins/wp-collectiveaccess/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":true},"tables":[{"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","columns":[],"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"}],"table_count":1}