{ "formatVersion": 1, "database": { "version": 5, "identityHash": "8448d51fc9838e5760b91d4b5318ade2", "entities": [ { "tableName": "profiles", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`ID` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `name` TEXT NOT NULL, `host` TEXT NOT NULL, `port` INTEGER NOT NULL, `username` TEXT NOT NULL, `password` TEXT NOT NULL, `securityType` INTEGER NOT NULL, `channelType` INTEGER NOT NULL, `colorLevel` INTEGER NOT NULL, `imageQuality` INTEGER NOT NULL, `useRawEncoding` INTEGER NOT NULL DEFAULT 0, `zoom1` REAL NOT NULL DEFAULT 1.0, `zoom2` REAL NOT NULL DEFAULT 1.0, `viewOnly` INTEGER NOT NULL, `useLocalCursor` INTEGER NOT NULL, `serverTypeHint` TEXT NOT NULL DEFAULT '', `flags` INTEGER NOT NULL, `gestureStyle` TEXT NOT NULL DEFAULT 'auto', `screenOrientation` TEXT NOT NULL DEFAULT 'auto', `useCount` INTEGER NOT NULL, `useRepeater` INTEGER NOT NULL, `idOnRepeater` INTEGER NOT NULL, `resizeRemoteDesktop` INTEGER NOT NULL DEFAULT 0, `sshHost` TEXT NOT NULL, `sshPort` INTEGER NOT NULL, `sshUsername` TEXT NOT NULL, `sshAuthType` INTEGER NOT NULL, `sshPassword` TEXT NOT NULL, `sshPrivateKey` TEXT NOT NULL, `sshPrivateKeyPassword` TEXT NOT NULL)", "fields": [ { "fieldPath": "ID", "columnName": "ID", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "name", "columnName": "name", "affinity": "TEXT", "notNull": true }, { "fieldPath": "host", "columnName": "host", "affinity": "TEXT", "notNull": true }, { "fieldPath": "port", "columnName": "port", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "username", "columnName": "username", "affinity": "TEXT", "notNull": true }, { "fieldPath": "password", "columnName": "password", "affinity": "TEXT", "notNull": true }, { "fieldPath": "securityType", "columnName": "securityType", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "channelType", "columnName": "channelType", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "colorLevel", "columnName": "colorLevel", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "imageQuality", "columnName": "imageQuality", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "useRawEncoding", "columnName": "useRawEncoding", "affinity": "INTEGER", "notNull": true, "defaultValue": "0" }, { "fieldPath": "zoom1", "columnName": "zoom1", "affinity": "REAL", "notNull": true, "defaultValue": "1.0" }, { "fieldPath": "zoom2", "columnName": "zoom2", "affinity": "REAL", "notNull": true, "defaultValue": "1.0" }, { "fieldPath": "viewOnly", "columnName": "viewOnly", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "useLocalCursor", "columnName": "useLocalCursor", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "serverTypeHint", "columnName": "serverTypeHint", "affinity": "TEXT", "notNull": true, "defaultValue": "''" }, { "fieldPath": "flags", "columnName": "flags", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "gestureStyle", "columnName": "gestureStyle", "affinity": "TEXT", "notNull": true, "defaultValue": "'auto'" }, { "fieldPath": "screenOrientation", "columnName": "screenOrientation", "affinity": "TEXT", "notNull": true, "defaultValue": "'auto'" }, { "fieldPath": "useCount", "columnName": "useCount", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "useRepeater", "columnName": "useRepeater", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "idOnRepeater", "columnName": "idOnRepeater", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "resizeRemoteDesktop", "columnName": "resizeRemoteDesktop", "affinity": "INTEGER", "notNull": true, "defaultValue": "0" }, { "fieldPath": "sshHost", "columnName": "sshHost", "affinity": "TEXT", "notNull": true }, { "fieldPath": "sshPort", "columnName": "sshPort", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "sshUsername", "columnName": "sshUsername", "affinity": "TEXT", "notNull": true }, { "fieldPath": "sshAuthType", "columnName": "sshAuthType", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "sshPassword", "columnName": "sshPassword", "affinity": "TEXT", "notNull": true }, { "fieldPath": "sshPrivateKey", "columnName": "sshPrivateKey", "affinity": "TEXT", "notNull": true }, { "fieldPath": "sshPrivateKeyPassword", "columnName": "sshPrivateKeyPassword", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "autoGenerate": true, "columnNames": [ "ID" ] }, "indices": [], "foreignKeys": [] } ], "views": [], "setupQueries": [ "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '8448d51fc9838e5760b91d4b5318ade2')" ] } }