wp_mab_mobileapp_layout_component

Static

Stores mab mobileapp layout component data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑id_componentint(11)NO
id_layoutint(11)NO
id_component_typeint(11)NO
positionint(11)NO
component_headingvarchar(200)YES
component_titlevarchar(200)YES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_mab_mobileapp_layout_component` (`id_component` int(11) NOT NULL AUTO_INCREMENT, `id_layout` int(11) NOT NULL, `id_component_type` int(11) NOT NULL, `position` int(11) NOT NULL, `component_heading` varchar(200) CHARACTER SET utf32 DEFAULT NULL, `component_title` varchar(200) CHARACTER SET utf32 COLLATE utf32_unicode_ci DEFAULT NULL, PRIMARY KEY (`id_component`)) 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_layout_component`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from Knowband Mobile App Builder