wp_bbc_botbanishclient_ip_bad_default
StaticStores bbc botbanishclient ip bad default data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑ip_id | int UNSIGNED | NO |
| bot_ip | varchar(39) | NO |
| name | varchar(50) | YES |
| active | int UNSIGNED | NO |
| updated | datetime | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS `bbc_botbanishclient_ip_bad_default` ( `ip_id` int UNSIGNED NOT NULL AUTO_INCREMENT, `bot_ip` varchar(39) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL, `active` int UNSIGNED NOT NULL DEFAULT \'1\', `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`ip_id`), UNIQUE KEY `ip` (`bot_ip`) ) 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_ip_bad_default`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from BotBanish by Randem Systems