wp_mab_banner

Static

Stores mab banner data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑banner_idint(10)NO
namevarchar(40)NO
image_widthint(3)NO
image_heightint(3)NO
statustinyint(1)NO
banner_limitint(10)NO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_mab_banner` (`banner_id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(40) NOT NULL, `image_width` int(3) NOT NULL, `image_height` int(3) NOT NULL, `status` tinyint(1) NOT NULL, `banner_limit` int(10) NOT NULL, PRIMARY KEY (`banner_id`)) ENGINE

Safe to delete?

If you have uninstalled Knowband Mobile App Builder, 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_mab_banner`;

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

Other tables from Knowband Mobile App Builder