{"slug":"fields-and-file-upload","name":"Checkout Fields and File Upload for WooCommerce","description":"Easily add general or item-specific detail inputs and file uploads to the WooCommerce checkout page's additional information section.","author":"Brandon Fowler","active_installs":100,"version":"1.2.3","wp_org_url":"https://wordpress.org/plugins/fields-and-file-upload/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"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","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}],"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()}\" );"}],"table_count":1}