{"table_name":"ecl_lite_queue","full_table_name":"wp_ecl_lite_queue","description":"A job queue table for managing background tasks and scheduled operations.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_ecl_lite_queue` (\\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  `priority` int DEFAULT '5',\\n  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT 'pending',\\n  `attempts` int DEFAULT '0',\\n  `error_message` text COLLATE utf8mb4_unicode_520_ci,\\n  `started_at` datetime DEFAULT NULL,\\n  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,\\n  `updated_at` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  KEY `post_id` (`post_id`),\\n  KEY `status` (`status`),\\n  KEY `priority` (`priority`)\\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/"}}