{"table_name":"file_progress","full_table_name":"wp_file_progress","description":"Stores file progress data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS file_progress ( path TEXT PRIMARY KEY, size INTEGER NOT NULL DEFAULT 0, mtime INTEGER NOT NULL DEFAULT 0 ) ' );","columns":[{"name":"path","type":"TEXT","nullable":true,"primary_key":true},{"name":"size","type":"INTEGER","nullable":false,"primary_key":false},{"name":"mtime","type":"INTEGER","nullable":false,"primary_key":false}],"plugin":{"slug":"honest-hosting-site-migrator","name":"HonestHosting Site Migrator","active_installs":0,"version":"0.0.12","wp_org_url":"https://wordpress.org/plugins/honest-hosting-site-migrator/"}}