{"table_name":"ezcache_webp_images","full_table_name":"wp_ezcache_webp_images","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_ezcache_webp_images` ( `id` bigint(10) UNSIGNED NOT NULL AUTO_INCREMENT, `uid` varchar(191) NOT NULL DEFAULT '', `url` text(0) NOT NULL DEFAULT '', `webp_url` text(0) NOT NULL DEFAULT '', `status` enum('pending', 'completed', 'failed') NOT NULL DEFAULT 'pending', `created_at` datetime(0) NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` datetime(0) NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE INDEX (`uid`) USING BTREE ) \". ( self::$collate ) );","columns":[{"name":"id","type":"bigint(10) UNSIGNED","nullable":false,"primary_key":true},{"name":"uid","type":"varchar(191)","nullable":false,"primary_key":false},{"name":"url","type":"text(0)","nullable":false,"primary_key":false},{"name":"webp_url","type":"text(0)","nullable":false,"primary_key":false},{"name":"status","type":"enum('pending', 'completed', 'failed')","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime(0)","nullable":false,"primary_key":false},{"name":"updated_at","type":"datetime(0)","nullable":false,"primary_key":false}],"plugin":{"slug":"ezcache","name":"ezCache","active_installs":10000,"version":"2.5.4","wp_org_url":"https://wordpress.org/plugins/ezcache/"}}