{"table_name":"mwai_tasklogs","full_table_name":"wp_mwai_tasklogs","description":"Stores mwai tasklogs data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_mwai_tasklogs` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `task_id` bigint unsigned NOT NULL,\\n  `started` datetime NOT NULL,\\n  `ended` datetime DEFAULT NULL,\\n  `status` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `message` text COLLATE utf8mb4_unicode_520_ci,\\n  `time_taken` float DEFAULT NULL,\\n  `memory_peak` bigint DEFAULT NULL,\\n  `step` int DEFAULT NULL,\\n  `created` datetime NOT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `task_id_started` (`task_id`,`started`)\\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/"}}