wp_mab_mobileapp_tab_bar
StaticStores mab mobileapp tab bar data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑tab_icon_id | int(11) | NO |
| tab_icon_text | varchar(255) | NO |
| tab_icon_image | varchar(255) | NO |
| tab_icon_redirect_activity | varchar(80) | NO |
| tab_bar_date_added | timestamp | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS `wp_mab_mobileapp_tab_bar` (`tab_icon_id` int(11) NOT NULL AUTO_INCREMENT, `tab_icon_text` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `tab_icon_image` varchar(255) NOT NULL, `tab_icon_redirect_activity` varchar(80) NOT NULL, `tab_bar_date_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`tab_icon_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_tab_bar`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Knowband Mobile App Builder