wp_bit_assist_widgets

Live

Stores bit assist widgets data created by this plugin.

CREATE TABLE Statement

CREATE TABLE `wp_bit_assist_widgets` (\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\n  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  `styles` longtext COLLATE utf8mb4_unicode_520_ci,\n  `domains` longtext COLLATE utf8mb4_unicode_520_ci,\n  `business_hours` longtext COLLATE utf8mb4_unicode_520_ci,\n  `timezone` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\n  `exclude_pages` longtext COLLATE utf8mb4_unicode_520_ci,\n  `initial_delay` int NOT NULL DEFAULT '0',\n  `page_scroll` int NOT NULL DEFAULT '0',\n  `widget_behavior` tinyint NOT NULL DEFAULT '1',\n  `custom_css` longtext COLLATE utf8mb4_unicode_520_ci,\n  `call_to_action` longtext COLLATE utf8mb4_unicode_520_ci,\n  `store_responses` tinyint(1) NOT NULL DEFAULT '1',\n  `delete_responses` longtext COLLATE utf8mb4_unicode_520_ci,\n  `integrations` longtext COLLATE utf8mb4_unicode_520_ci,\n  `status` tinyint(1) NOT NULL DEFAULT '1',\n  `active` tinyint(1) NOT NULL DEFAULT '0',\n  `hide_credit` tinyint(1) NOT NULL DEFAULT '0',\n  `created_at` timestamp NULL DEFAULT NULL,\n  `updated_at` timestamp NULL DEFAULT NULL,\n  PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci

Safe to delete?

If you have uninstalled Chat Widget: Floating Customer Support Button for 30+ Channels, Supporting SMS, Calls, and Chat – Bit Assist, 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_bit_assist_widgets`;

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

Other tables from Chat Widget: Floating Customer Support Button for 30+ Channels, Supporting SMS, Calls, and Chat – Bit Assist