{"slug":"flowbox","name":"Flowbox","description":"Flowbox helps brands leverage and distribute social content throughout the buyer journey to increase engagement, social proof and sales.","author":"Flowbox","active_installs":10,"version":"1.1.6","wp_org_url":"https://wordpress.org/plugins/flowbox/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"flowlocal","full_table_name":"wp_flowlocal","description":"Stores flowlocal data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"userflow","full_table_name":"wp_userflow","description":"Stores userflow data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"userflowid","type":"INT(11)","nullable":false,"primary_key":true},{"name":"flowid","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"userid","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"flowname","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"flowtype","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"identifier","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"tagoperator","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"tags","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"product_id","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"collection_id","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"flow_location","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"createdate","type":"DATETIME","nullable":true,"primary_key":false},{"name":"updatedate","type":"DATETIME","nullable":true,"primary_key":false},{"name":"createdby","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"updatedby","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"userflowid","type":"INT(11)","nullable":true,"primary_key":false},{"name":"flowname","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"locale","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"createdate","type":"DATETIME","nullable":true,"primary_key":false},{"name":"updatedate","type":"DATETIME","nullable":true,"primary_key":false},{"name":"createdby","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"updatedby","type":"VARCHAR(255)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_userflow ( `userflowid` INT(11) NOT NULL AUTO_INCREMENT, `flowid` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `userid` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `flowname` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `flowtype` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `identifier` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `tagoperator` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `tags` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `product_id` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `collection_id` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `flow_location` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `createdate` DATETIME NULL DEFAULT NULL, `updatedate` DATETIME NULL DEFAULT NULL, `createdby` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `updatedby` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', PRIMARY KEY (`userflowid`) USING BTREE ) $collate; CREATE TABLE wp_flowlocal ( `flowlocalid` INT(11) NOT NULL AUTO_INCREMENT, `userflowid` INT(11) NULL DEFAULT NULL, `flowname` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `locale` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `createdate` DATETIME NULL DEFAULT NULL, `updatedate` DATETIME NULL DEFAULT NULL, `createdby` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', `updatedby` VARCHAR(255) NULL DEFAULT NULL COLLATE 'utf8_bin', PRIMARY KEY (`flowlocalid`) USING BTREE ) $collate;\"; require_once ABSPATH . \"wp-admin/includes/upgrade.php\"; dbDelta($tables);"}],"table_count":2}