{"table_name":"ecl_lite_history","full_table_name":"wp_ecl_lite_history","description":"Stores ecl lite history data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_ecl_lite_history` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `post_id` bigint unsigned NOT NULL,\\n  `action` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `details` text COLLATE utf8mb4_unicode_520_ci,\\n  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  KEY `post_id` (`post_id`),\\n  KEY `action` (`action`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"easy-content-linker-lite","name":"Easy Content Linker Lite","active_installs":20,"version":"1.1.1","wp_org_url":"https://wordpress.org/plugins/easy-content-linker-lite/"}}