{"table_name":"mailchimp_carts","full_table_name":"wp_mailchimp_carts","description":"Stores mailchimp carts data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_mailchimp_carts ( id VARCHAR (255) NOT NULL, email VARCHAR (100) NOT NULL, user_id INT (11) DEFAULT NULL, cart text NOT NULL, created_at datetime NOT NULL, PRIMARY KEY (email) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"VARCHAR","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR","nullable":false,"primary_key":false},{"name":"user_id","type":"INT","nullable":true,"primary_key":false},{"name":"cart","type":"text","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"mailchimp-for-woocommerce","name":"Mailchimp for WooCommerce","active_installs":200000,"version":"6.0.2","wp_org_url":"https://wordpress.org/plugins/mailchimp-for-woocommerce/"}}