{"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","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","columns":[],"plugin":{"slug":"tsp-easy-dev","name":"LAPDI Easy Dev","active_installs":100,"version":"2.0.3","wp_org_url":"https://wordpress.org/plugins/tsp-easy-dev/"}}