wp_cb_sent_notifications
StaticStores cb sent notifications data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(20) | NO |
| lead_id | varchar(50) | NO |
| notification_source_id | varchar(100) | YES |
| notification_id | varchar(20) | NO |
| last_sent | datetime | YES |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS wp_cb_sent_notifications ( `id` int(20) NOT NULL AUTO_INCREMENT, `lead_id` varchar(50) NOT NULL, `notification_source_id` varchar(100) DEFAULT NULL, `notification_id` varchar(20) NOT NULL, `last_sent` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) {$wpdb->get_charset_collate()}" );Safe to delete?
If you have uninstalled Cart Bounce – Cart Recovery for WooCommerce, Gravity Forms, WPForms, EDD, PMPro and more, 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_cb_sent_notifications`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Cart Bounce – Cart Recovery for WooCommerce, Gravity Forms, WPForms, EDD, PMPro and more