Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE `rm_rank_math_redirections_cache` (
- `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
- `from_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
- `redirection_id` bigint(20) unsigned NOT NULL,
- `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
- `object_type` varchar(10) NOT NULL DEFAULT 'post',
- `is_redirected` tinyint(1) NOT NULL DEFAULT 0,
- PRIMARY KEY (`id`),
- KEY `redirection_id` (`redirection_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement