wp_botbanish_language_text_portuguese

Static

Stores botbanish language text portuguese data created by this plugin.

Column Definitions

ColumnTypeNullable
lang_idintNO
lang_keyvarchar(50)NO
lang_textvarchar(1024)NO

CREATE TABLE Statement

CREATE TABLE `botbanish_language_text_portuguese` ( `lang_id` int NOT NULL, `lang_key` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `lang_text` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci 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_botbanish_language_text_portuguese`;

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

Other tables from BotBanish by Randem Systems