{"table_name":"cffu_tracked_file_uploads","full_table_name":"wp_cffu_tracked_file_uploads","description":"Stores cffu tracked file uploads data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_cffu_tracked_file_uploads ( id bigint(20) NOT NULL AUTO_INCREMENT, session_id char(32) NOT NULL, file_path varchar(255) NOT NULL, PRIMARY KEY (id) ) {$wpdb->get_charset_collate()}\" );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"session_id","type":"char(32)","nullable":false,"primary_key":false},{"name":"file_path","type":"varchar(255)","nullable":false,"primary_key":false}],"plugin":{"slug":"fields-and-file-upload","name":"Checkout Fields and File Upload for WooCommerce","active_installs":100,"version":"1.2.3","wp_org_url":"https://wordpress.org/plugins/fields-and-file-upload/"}}