{"table_name":"ff_scheduled_actions","full_table_name":"wp_ff_scheduled_actions","description":"Stores ff scheduled actions data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_ff_scheduled_actions` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `form_id` bigint unsigned DEFAULT NULL,\\n  `origin_id` bigint unsigned DEFAULT NULL,\\n  `feed_id` bigint unsigned DEFAULT NULL,\\n  `type` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT 'submission_action',\\n  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `data` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `note` tinytext COLLATE utf8mb4_unicode_520_ci,\\n  `retry_count` int unsigned DEFAULT '0',\\n  `created_at` timestamp NULL DEFAULT NULL,\\n  `updated_at` timestamp NULL DEFAULT NULL,\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"fluentform","name":"Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder","active_installs":700000,"version":"6.2.1","wp_org_url":"https://wordpress.org/plugins/fluentform/"}}