{"table_name":"hh_migrator_file_progress","full_table_name":"wp_hh_migrator_file_progress","description":"Stores hh migrator file progress data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_hh_migrator_file_progress ( import_id VARCHAR(36) NOT NULL, path VARCHAR(500) NOT NULL, size BIGINT NOT NULL DEFAULT 0, mtime BIGINT NOT NULL DEFAULT 0, PRIMARY KEY (import_id, path(191)) ) {$charset};\" );","columns":[{"name":"import_id","type":"VARCHAR(36)","nullable":false,"primary_key":false},{"name":"path","type":"VARCHAR(500)","nullable":false,"primary_key":false},{"name":"size","type":"BIGINT","nullable":false,"primary_key":false},{"name":"mtime","type":"BIGINT","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/"}}