wp_mab_banner_image

Static

Stores mab banner image data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑banner_image_idint(10)NO
banner_idint(10)NO
banner_titlevarchar(255)NO
link_typeTINYINT(1)NO
link_toint(10)NO
imagevarchar(255)NO
sort_orderINT(3)NO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_mab_banner_image` (`banner_image_id` int(10) NOT NULL AUTO_INCREMENT, `banner_id` int(10) NOT NULL, `banner_title` varchar(255) NOT NULL, `link_type` TINYINT(1) NOT NULL, `link_to` int(10) NOT NULL, `image` varchar(255) NOT NULL, `sort_order` INT(3) NOT NULL DEFAULT '0', PRIMARY KEY (`banner_image_id`))"));

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_image`;

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

Other tables from Knowband Mobile App Builder