wp_mab_banner_image
StaticStores mab banner image data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑banner_image_id | int(10) | NO |
| banner_id | int(10) | NO |
| banner_title | varchar(255) | NO |
| link_type | TINYINT(1) | NO |
| link_to | int(10) | NO |
| image | varchar(255) | NO |
| sort_order | INT(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