{"table_name":"azm_woo_abandoned_carts_rules","full_table_name":"wp_azm_woo_abandoned_carts_rules","description":"Stores azm woo abandoned carts rules data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_azm_woo_abandoned_carts_rules ( visitor_id varchar(32) NOT NULL, abandoned_timestamp int(11) unsigned NOT NULL, rule_id int(11) NOT NULL, status varchar(11), sent_timestamp int(11) unsigned, open_timestamp int(11) unsigned, click_timestamp int(11) unsigned, unsubscribe_timestamp int(11) unsigned, PRIMARY KEY abandoned_cart_rule (visitor_id, abandoned_timestamp, rule_id), KEY rule (rule_id) ) $collate;\");","columns":[{"name":"visitor_id","type":"varchar(32)","nullable":false,"primary_key":false},{"name":"abandoned_timestamp","type":"int(11) unsigned","nullable":false,"primary_key":false},{"name":"rule_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(11)","nullable":true,"primary_key":false},{"name":"sent_timestamp","type":"int(11) unsigned","nullable":true,"primary_key":false},{"name":"open_timestamp","type":"int(11) unsigned","nullable":true,"primary_key":false},{"name":"click_timestamp","type":"int(11) unsigned","nullable":true,"primary_key":false},{"name":"unsubscribe_timestamp","type":"int(11) unsigned","nullable":true,"primary_key":false}],"plugin":{"slug":"recover-abandoned-cart-for-woocommerce","name":"Recover Abandoned Cart for WooCommerce","active_installs":0,"version":"1.27.1","wp_org_url":"https://wordpress.org/plugins/recover-abandoned-cart-for-woocommerce/"}}