wp_bbc_botbanishclient_geo
StaticStores bbc botbanishclient geo data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| geo_id | bigint | NO |
| bot_ip | varchar(39) | NO |
| country | varchar(50) | NO |
| country_code | varchar(10) | NO |
| geo_info | varchar(3192) | YES |
| updated | datetime | NO |
| uploaded | int | NO |
CREATE TABLE Statement
CREATE TABLE `bbc_botbanishclient_geo` ( `geo_id` bigint NOT NULL, `bot_ip` varchar(39) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `country` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `country_code` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `geo_info` varchar(3192) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL, `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `uploaded` int NOT NULL DEFAULT \'0\' ) 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_geo`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from BotBanish by Randem Systems