wp_content_craft_ai_internal_links
VerifiedStores content craft ai internal links data created by this plugin.
CREATE TABLE Statement
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
Safe to delete?
If you have uninstalled Content Craft AI: SEO & AI Article Generator, this table is generally safe to remove. However, always back up your database first.
Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.
How to remove this table
DROP TABLE IF EXISTS `wp_content_craft_ai_internal_links`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Content Craft AI: SEO & AI Article Generator