{"table_name":"fb_files","full_table_name":"wp_fb_files","description":"Stores fb files data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE fb_files( file_id INT (11) NOT NULL AUTO_INCREMENT, entry_id INT (11) DEFAULT NULL, file_caption LONGTEXT DEFAULT NULL, file_name VARCHAR (100) DEFAULT NULL, file_mime VARCHAR (40) DEFAULT NULL, file_size INT (11) DEFAULT NULL, file_data LONGBLOB DEFAULT NULL, file_thumb LONGBLOB DEFAULT NULL, PRIMARY KEY (file_id) ) ENGINE","columns":[{"name":"file_id","type":"INT","nullable":false,"primary_key":true},{"name":"entry_id","type":"INT","nullable":true,"primary_key":false},{"name":"file_caption","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"file_name","type":"VARCHAR","nullable":true,"primary_key":false},{"name":"file_mime","type":"VARCHAR","nullable":true,"primary_key":false},{"name":"file_size","type":"INT","nullable":true,"primary_key":false},{"name":"file_data","type":"LONGBLOB","nullable":true,"primary_key":false},{"name":"file_thumb","type":"LONGBLOB","nullable":true,"primary_key":false}],"plugin":{"slug":"rackforms-express","name":"RackForms Express Web Form Builder","active_installs":10,"version":"1.5","wp_org_url":"https://wordpress.org/plugins/rackforms-express/"}}