wp_bbc_botbanishclient_url_good

Static

Stores bbc botbanishclient url good data created by this plugin.

Column Definitions

ColumnTypeNullable
url_idint unsignedNO
url_partvarchar(255)NO
systemvarchar(30)NO
activeint unsignedNO
updateddatetimeNO

CREATE TABLE Statement

CREATE TABLE `bbc_botbanishclient_url_good` ( `url_id` int unsigned NOT NULL , `url_part` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `system` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `active` int unsigned NOT NULL DEFAULT \'1\', `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_url_good`;

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

Other tables from BotBanish by Randem Systems