wp_cb_sent_notifications

Static

Stores cb sent notifications data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(20)NO
lead_idvarchar(50)NO
notification_source_idvarchar(100)YES
notification_idvarchar(20)NO
last_sentdatetimeYES

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