{"table_name":"fct_scheduled_actions","full_table_name":"wp_fct_scheduled_actions","description":"Stores fct scheduled actions data created by this plugin.","detection_method":"live","confidence":"high","create_sql":"CREATE TABLE `wp_fct_scheduled_actions` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `scheduled_at` datetime DEFAULT NULL,\\n  `action` varchar(192) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `group` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `object_id` bigint unsigned DEFAULT NULL,\\n  `object_type` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `completed_at` timestamp NULL DEFAULT NULL,\\n  `retry_count` int unsigned DEFAULT '0',\\n  `data` json DEFAULT NULL,\\n  `created_at` datetime DEFAULT NULL,\\n  `updated_at` datetime DEFAULT NULL,\\n  `response_note` longtext COLLATE utf8mb4_unicode_520_ci,\\n  PRIMARY KEY (`id`),\\n  KEY `wp_fct_sch_var__scheduled_at_idx` (`scheduled_at`),\\n  KEY `wp_fct_sch_var__status_idx` (`status`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"fluent-cart","name":"FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler","active_installs":5000,"version":"1.3.18","wp_org_url":"https://wordpress.org/plugins/fluent-cart/"}}