{"table_name":"bwf_action_claim","full_table_name":"wp_bwf_action_claim","description":"Stores bwf action claim data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_bwf_action_claim` ( id bigint(20) unsigned NOT NULL auto_increment, date datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (id), KEY date (date) ) $collate;\"; } public static function create_bwf_wc_customers() { global $wpdb; $collate = self::get_collation();","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"date","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"wp-marketing-automations","name":"FunnelKit Automations – Email Marketing Automation and CRM for WordPress & WooCommerce","active_installs":20000,"version":"3.8.0","wp_org_url":"https://wordpress.org/plugins/wp-marketing-automations/"}}