{"table_name":"bwf_actions","full_table_name":"wp_bwf_actions","description":"Stores bwf actions data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `wp_bwf_actions` ( id bigint(20) unsigned NOT NULL auto_increment, c_date datetime NOT NULL default '0000-00-00 00:00:00', e_time int(12) NOT NULL default 0, hook varchar(255) not null, args longtext null, status int(1) not null default 0 COMMENT '0 - Pending | 1 - Running', recurring_interval int(10) not null default 0, group_slug varchar(255) not null default 'woofunnels', claim_id bigint(20) unsigned NOT NULL default 0, PRIMARY KEY (id), KEY id (id), KEY e_time (e_time), KEY hook (hook(191)), KEY status (status), KEY group_slug (group_slug(191)), KEY claim_id (claim_id) ) $collate;\"; } public static function create_bwf_action_claim() { global $wpdb; $collate = self::get_collation();","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"c_date","type":"datetime","nullable":false,"primary_key":false},{"name":"e_time","type":"int(12)","nullable":false,"primary_key":false},{"name":"hook","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"args","type":"longtext","nullable":true,"primary_key":false},{"name":"status","type":"int(1)","nullable":false,"primary_key":false},{"name":"recurring_interval","type":"int(10)","nullable":false,"primary_key":false},{"name":"group_slug","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"claim_id","type":"bigint(20) unsigned","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/"}}