Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE `wp_rank_math_analytics_keyword_manager` (
- `id` BIGINT(20) UNSIGNED NOT NULL,
- `keyword` VARCHAR(1000) COLLATE utf8mb4_unicode_ci NOT NULL,
- `collection` VARCHAR(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
- `is_active` tinyint(1) NOT NULL DEFAULT 1
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement