{"slug":"content-craft-ai","name":"Content Craft AI: SEO & AI Article Generator","description":"Generate human-like SEO articles that bypass AI detectors like GPTZero and Originality.ai using our advanced WordPress plugin.","author":"FluxLogic","active_installs":10,"version":"4.1.4","wp_org_url":"https://wordpress.org/plugins/content-craft-ai/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"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","columns":[],"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"},{"table_name":"content_craft_ai_internal_links","full_table_name":"wp_content_craft_ai_internal_links","description":"Stores content craft ai internal links data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_content_craft_ai_internal_links` (\\n  `id` bigint NOT NULL AUTO_INCREMENT,\\n  `post_id` bigint NOT NULL,\\n  `title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `link` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `focus_keyword` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `tags` text COLLATE utf8mb4_unicode_520_ci,\\n  `updated_at` datetime DEFAULT NULL,\\n  `created_at` datetime NOT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `post_id` (`post_id`)\\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":2}