wp_mab_mobileapp_banners

Static

Stores mab mobileapp banners data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
id_componentint(11)NO
id_banner_typeint(11)NO
countdownvarchar(200)YES
product_idint(10)YES
category_idint(10)YES
redirect_activityvarchar(100)YES
image_urllongtextYES
product_namevarchar(200)YES
image_contentModevarchar(200)NO
banner_headingvarchar(200)YES
background_colorvarchar(11)YES
is_enabled_background_colorint(10)NO
text_colorvarchar(11)YES
banner_custom_background_colorvarchar(11)YES
inset_topvarchar(11)YES
inset_bottomvarchar(11)YES
inset_leftvarchar(11)YES
inset_rightvarchar(11)YES
banner_widthvarchar(11)YES
banner_heightvarchar(11)YES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_mab_mobileapp_banners` (`id` int(11) NOT NULL AUTO_INCREMENT, `id_component` int(11) NOT NULL, `id_banner_type` int(11) NOT NULL, `countdown` varchar(200) DEFAULT NULL, `product_id` int(10) DEFAULT NULL, `category_id` int(10) DEFAULT NULL, `redirect_activity` varchar(100) DEFAULT NULL, `image_url` longtext, `product_name` varchar(200) DEFAULT NULL, `image_contentMode` varchar(200) NOT NULL, `banner_heading` varchar(200) DEFAULT NULL, `background_color` varchar(11) DEFAULT NULL, `is_enabled_background_color` int(10) NOT NULL DEFAULT '1', `text_color` varchar(11) DEFAULT NULL, `banner_custom_background_color` varchar(11) DEFAULT NULL, `inset_top` varchar(11) DEFAULT NULL, `inset_bottom` varchar(11) DEFAULT NULL, `inset_left` varchar(11) DEFAULT NULL, `inset_right` varchar(11) DEFAULT NULL, `banner_width` varchar(11) DEFAULT NULL, `banner_height` varchar(11) DEFAULT NULL, PRIMARY KEY (`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_mobileapp_banners`;

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

Other tables from Knowband Mobile App Builder