wp_mab_mobileapp_top_category
StaticStores mab mobileapp top category data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| id_component | int(11) | NO |
| id_category | varchar(200) | NO |
| image_url | longtext | YES |
| image_content_mode | varchar(200) | YES |
| category_heading | varchar(500) | YES |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS `wp_mab_mobileapp_top_category` (`id` int(11) NOT NULL AUTO_INCREMENT, `id_component` int(11) NOT NULL, `id_category` varchar(200) NOT NULL, `image_url` longtext, `image_content_mode` varchar(200) DEFAULT NULL, `category_heading` varchar(500) CHARACTER SET utf32 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_top_category`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Knowband Mobile App Builder