Advertisement
jaideep06

Keywords table

Mar 13th, 2025
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.35 KB | None | 0 0
  1. CREATE TABLE `wp_rank_math_analytics_keyword_manager` (
  2.   `id` BIGINT(20) UNSIGNED NOT NULL,
  3.   `keyword` VARCHAR(1000) COLLATE utf8mb4_unicode_ci NOT NULL,
  4.   `collection` VARCHAR(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  5.   `is_active` tinyint(1) NOT NULL DEFAULT 1
  6. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement