Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE `wp_rank_math_404_logs` (
- `id` BIGINT UNSIGNED NOT NULL,
- `uri` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
- `url_to` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
- `times_accessed` BIGINT UNSIGNED NOT NULL DEFAULT '1',
- `referer` VARCHAR(225) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
- `user_agent` VARCHAR(225) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
- `accessed` datetime NOT NULL DEFAULT '2024-01-01 00:00:00'
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement