{"table_name":"wfacp_stats","full_table_name":"wp_wfacp_stats","description":"Stores analytics or statistics data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_wfacp_stats ( ID bigint(20) unsigned NOT NULL auto_increment, order_id bigint(20) unsigned NOT NULL, wfacp_id bigint(20) unsigned NOT NULL, total_revenue varchar(255) not null default 0, cid bigint(20) unsigned NOT NULL DEFAULT 0, fid bigint(20) unsigned NOT NULL DEFAULT 0, date datetime NOT NULL, PRIMARY KEY (ID), KEY ID (ID), KEY oid (order_id), KEY bid (wfacp_id), KEY date (date) ) $collate;\"; dbDelta( $creationSQL );","columns":[{"name":"ID","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"order_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"wfacp_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"total_revenue","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"cid","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"fid","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"date","type":"datetime","nullable":false,"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/"}}