wp_mab_banner
StaticStores mab banner data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑banner_id | int(10) | NO |
| name | varchar(40) | NO |
| image_width | int(3) | NO |
| image_height | int(3) | NO |
| status | tinyint(1) | NO |
| banner_limit | int(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