wp_bbc_botbanishclient_redirects
StaticStores bbc botbanishclient redirects data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| redirect_id | bigint UNSIGNED | NO |
| redirect_name | varchar(191) | NO |
| redirect_value | longtext | NO |
| redirect_func | longtext | YES |
| Updated | datetime | NO |
CREATE TABLE Statement
CREATE TABLE `bbc_botbanishclient_redirects` ( `redirect_id` bigint UNSIGNED NOT NULL, `redirect_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `redirect_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `redirect_func` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci, `Updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ) ENGINE
Safe to delete?
If you have uninstalled BotBanish by Randem Systems, 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_bbc_botbanishclient_redirects`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from BotBanish by Randem Systems