{"table_name":"content_craft_ai_generations","full_table_name":"wp_content_craft_ai_generations","description":"Stores content craft ai generations data created by this plugin.","detection_method":"both","confidence":"high","create_sql":"CREATE TABLE `wp_content_craft_ai_generations` (\\n  `id` bigint NOT NULL AUTO_INCREMENT,\\n  `queue_id` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'article',\\n  `status` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'pending',\\n  `word_count` int DEFAULT NULL,\\n  `created_at` datetime NOT NULL,\\n  `completed_at` datetime DEFAULT NULL,\\n  `user_id` bigint NOT NULL,\\n  `category` bigint DEFAULT NULL,\\n  `post_id` bigint DEFAULT NULL,\\n  `parameters` longtext COLLATE utf8mb4_unicode_520_ci,\\n  `scheduled_time` datetime DEFAULT NULL,\\n  `is_scheduled` tinyint(1) DEFAULT '0',\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `queue_id` (`queue_id`),\\n  KEY `status` (`status`),\\n  KEY `type` (`type`),\\n  KEY `scheduled_time` (`scheduled_time`),\\n  KEY `is_scheduled` (`is_scheduled`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci","columns":[],"plugin":{"slug":"content-craft-ai","name":"Content Craft AI: SEO & AI Article Generator","active_installs":10,"version":"4.1.4","wp_org_url":"https://wordpress.org/plugins/content-craft-ai/"}}