wp_bbc_botbanishclient_settings

Static

Stores bbc botbanishclient settings data created by this plugin.

Column Definitions

ColumnTypeNullable
idint unsignedNO
namevarchar(80)YES
valuevarchar(8192)NO
typeint unsignedNO

CREATE TABLE Statement

CREATE TABLE `bbc_botbanishclient_settings` ( `id` int unsigned NOT NULL , `name` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL, `value` varchar(8192) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `type` int unsigned NOT NULL ) 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_settings`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from BotBanish by Randem Systems