wp_bsp_robo_settings
VerifiedStores bsp robo settings data created by this plugin.
CREATE TABLE Statement
CREATE TABLE `wp_bsp_robo_settings` (\n `id` int NOT NULL AUTO_INCREMENT,\n `bspivr_email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\n `bspivr_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\n `bspivr_voiceid` int DEFAULT NULL,\n `enable_confirmed_order` tinyint(1) DEFAULT '1',\n `enable_cancelled_order` tinyint(1) DEFAULT '1',\n `enable_callback_order` tinyint(1) DEFAULT '1',\n `enable_auto_call` tinyint(1) DEFAULT '1',\n `billing_phone` tinyint(1) DEFAULT '0',\n `international_calls` tinyint(1) DEFAULT '0',\n `cod` tinyint(1) DEFAULT '0',\n `bacs` tinyint(1) DEFAULT '0',\n `cheque` tinyint(1) DEFAULT '0',\n `other` tinyint(1) DEFAULT '0',\n `calltime` tinyint DEFAULT '0',\n `starttime` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT '0',\n `endtime` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT '0',\n `reattempt` int DEFAULT '0',\n `reattempt1` int DEFAULT '0',\n `reattempt2` int DEFAULT '0',\n `reattempt3` int DEFAULT '0',\n UNIQUE KEY `id` (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci
Safe to delete?
If you have uninstalled Robo IVR Call Pakistan, 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_bsp_robo_settings`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Robo IVR Call Pakistan