{"slug":"tsp-easy-dev","name":"LAPDI Easy Dev","description":"Create plugins quickly using our framework.","author":"Sharron Denice","active_installs":100,"version":"2.0.3","wp_org_url":"https://wordpress.org/plugins/tsp-easy-dev/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"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":3}