{"table_name":"hh_migrator_session","full_table_name":"wp_hh_migrator_session","description":"Stores session data for tracking user or visitor state.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_hh_migrator_session ( import_id VARCHAR(36) NOT NULL, `key` VARCHAR(191) NOT NULL, value LONGTEXT, PRIMARY KEY (import_id, `key`) ) {$charset};\" );","columns":[{"name":"import_id","type":"VARCHAR(36)","nullable":false,"primary_key":false},{"name":"key","type":"VARCHAR(191)","nullable":false,"primary_key":false},{"name":"value","type":"LONGTEXT","nullable":true,"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/"}}