wp_engine4_urdemo_causebug

Static

Stores engine4 urdemo causebug data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11) unsignedNO
extraint(11)NO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `engine4_urdemo_causebug` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `extra` int(11) NOT NULL DEFAULT 56, PRIMARY KEY (`id`), INDEX client_idx (id) ) 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_engine4_urdemo_causebug`;

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

Other tables from BotBanish by Randem Systems