{"table_name":"mwai_tasks","full_table_name":"wp_mwai_tasks","description":"Stores mwai tasks data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_mwai_tasks` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `task_name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `description` text COLLATE utf8mb4_unicode_520_ci,\\n  `category` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'general',\\n  `schedule` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `status` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'pending',\\n  `next_run` datetime DEFAULT NULL,\\n  `last_run` datetime DEFAULT NULL,\\n  `expires_at` datetime DEFAULT NULL,\\n  `step` int NOT NULL DEFAULT '0',\\n  `step_name` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `step_data` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `data` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `meta` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `error_count` int NOT NULL DEFAULT '0',\\n  `max_retries` int NOT NULL DEFAULT '3',\\n  `created` datetime NOT NULL,\\n  `updated` datetime NOT NULL,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `task_name` (`task_name`),\\n  KEY `status_next` (`status`,`next_run`),\\n  KEY `category` (`category`),\\n  KEY `expires` (`expires_at`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"ai-engine","name":"AI Engine – The Chatbot, AI Framework & MCP for WordPress","active_installs":100000,"version":"3.4.6","wp_org_url":"https://wordpress.org/plugins/ai-engine/"}}