{"slug":"jobsearch","name":"Tamago-DB Job board","description":"Tamago-DB Job Board integrates directly into the Tamago-DB ATS platform.","author":"Tamago-DB","active_installs":10,"version":"2.5.0","wp_org_url":"https://wordpress.org/plugins/jobsearch/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"js_","full_table_name":"wp_js_","description":"Stores js  data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"output_cache","full_table_name":"wp_output_cache","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE IF NOT EXISTS `output_cache` ( * `id` CHAR(40) NOT NULL COMMENT 'sha1 hash', * `name` VARCHAR(250) NOT NULL, * `cache_id` VARCHAR(250) NULL DEFAULT NULL, * `compile_id` VARCHAR(250) NULL DEFAULT NULL, * `modified` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, * `content` LONGTEXT NOT NULL, * PRIMARY KEY (`id`), * INDEX(`name`), * INDEX(`cache_id`), * INDEX(`compile_id`), * INDEX(`modified`) * ) ENGINE"},{"table_name":"smarty_cache","full_table_name":"wp_smarty_cache","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `smarty_cache` ( * `id` char(40) NOT NULL COMMENT 'sha1 hash', * `name` varchar(250) NOT NULL, * `cache_id` varchar(250) DEFAULT NULL, * `compile_id` varchar(250) DEFAULT NULL, * `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, * `expire` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', * `content` mediumblob NOT NULL, * PRIMARY KEY (`id`), * KEY `name` (`name`), * KEY `cache_id` (`cache_id`), * KEY `compile_id` (`compile_id`), * KEY `modified` (`modified`), * KEY `expire` (`expire`) * ) ENGINE"},{"table_name":"templates","full_table_name":"wp_templates","description":"Stores templates data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE IF NOT EXISTS `templates` ( * `name` varchar(100) NOT NULL, * `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, * `source` text, * PRIMARY KEY (`name`) * ) ENGINE"}],"table_count":4}