{"table_name":"cb_sent_notifications","full_table_name":"wp_cb_sent_notifications","description":"Stores cb sent notifications data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"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()}\" );","columns":[{"name":"id","type":"int(20)","nullable":false,"primary_key":true},{"name":"lead_id","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"notification_source_id","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"notification_id","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"last_sent","type":"datetime","nullable":true,"primary_key":false}],"plugin":{"slug":"cart-bounce","name":"Cart Bounce – Cart Recovery for WooCommerce, Gravity Forms, WPForms, EDD, PMPro and more","active_installs":0,"version":"1.0.6","wp_org_url":"https://wordpress.org/plugins/cart-bounce/"}}