wp_mab_mobileapp_top_category

Static

Stores mab mobileapp top category data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
id_componentint(11)NO
id_categoryvarchar(200)NO
image_urllongtextYES
image_content_modevarchar(200)YES
category_headingvarchar(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