{"table_name":"bwf_funnelmeta","full_table_name":"wp_bwf_funnelmeta","description":"Stores bwf funnelmeta data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_bwf_funnelmeta ( meta_id bigint(20) unsigned NOT NULL auto_increment, bwf_funnel_id bigint(20) unsigned NOT NULL default '0', meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (meta_id), KEY bwf_funnel_id (bwf_funnel_id), KEY meta_key (meta_key($max_index_length)) ) $collate;\"; dbDelta( $_meta_table );","columns":[{"name":"meta_id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"bwf_funnel_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"meta_key","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"meta_value","type":"longtext","nullable":true,"primary_key":false}],"plugin":{"slug":"funnel-builder","name":"FunnelKit – Funnel Builder for WooCommerce Checkout","active_installs":40000,"version":"3.15.0","wp_org_url":"https://wordpress.org/plugins/funnel-builder/"}}