{"slug":"cart-bounce","name":"Cart Bounce – Cart Recovery for WooCommerce, Gravity Forms, WPForms, EDD, PMPro and more","description":"The universal abandoned cart recovery plugin.","author":"IdeaWP","active_installs":0,"version":"1.0.6","wp_org_url":"https://wordpress.org/plugins/cart-bounce/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"actionscheduler_actions","full_table_name":"wp_actionscheduler_actions","description":"Stores actionscheduler actions data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"actionscheduler_logs","full_table_name":"wp_actionscheduler_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"cb_leads","full_table_name":"wp_cb_leads","description":"Stores cb leads data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"int(20)","nullable":false,"primary_key":true},{"name":"lead_id","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"wp_user_id","type":"int(20)","nullable":true,"primary_key":false},{"name":"lead_first_name","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"lead_last_name","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"lead_email","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"lead_phone","type":"varchar(20)","nullable":true,"primary_key":false},{"name":"source","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"cart_url","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"cart_content","type":"longtext","nullable":true,"primary_key":false},{"name":"cart_total","type":"float(20)","nullable":true,"primary_key":false},{"name":"created","type":"datetime","nullable":true,"primary_key":false},{"name":"last_updated","type":"datetime","nullable":true,"primary_key":false},{"name":"total_visits","type":"int(20)","nullable":true,"primary_key":false},{"name":"last_visited","type":"datetime","nullable":true,"primary_key":false},{"name":"status","type":"ENUM","nullable":false,"primary_key":false},{"name":"converted_time","type":"datetime","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_cb_leads ( `id` int(20) NOT NULL AUTO_INCREMENT, `lead_id` varchar(50) NOT NULL, `wp_user_id` int(20) DEFAULT NULL, `lead_first_name` varchar(50) DEFAULT NULL, `lead_last_name` varchar(50) DEFAULT NULL, `lead_email` varchar(50) DEFAULT NULL, `lead_phone` varchar(20) DEFAULT NULL, `source` varchar(20) NOT NULL, `cart_url` varchar(100) NOT NULL, `cart_content` longtext DEFAULT NULL, `cart_total` float(20) DEFAULT 0, `created` datetime DEFAULT NULL, `last_updated` datetime DEFAULT NULL, `total_visits` int(20) DEFAULT 0, `last_visited` datetime DEFAULT NULL, `status` ENUM ('new', 'in-progress', 'all-notifications-sent', 'converted') NOT NULL DEFAULT 'new', `converted_time` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) {$wpdb->get_charset_collate()}\" );"},{"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","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}],"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()}\" );"}],"table_count":4}