{ "formatVersion": 1, "database": { "version": 3, "identityHash": "a28f601f4a9dee37e9a41f895f3ac512", "entities": [ { "tableName": "forecasts", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`timestamp` INTEGER NOT NULL, `temperature` REAL NOT NULL, `minTemp` REAL NOT NULL, `maxTemp` REAL NOT NULL, `pressure` REAL NOT NULL, `humidity` REAL NOT NULL, `icon` INTEGER NOT NULL, `condition` TEXT NOT NULL, `clouds` INTEGER NOT NULL, `windSpeed` REAL NOT NULL, `windDirection` REAL NOT NULL, `rain` REAL NOT NULL, `snow` REAL NOT NULL, `night` INTEGER NOT NULL, `location` TEXT NOT NULL, `provider` TEXT NOT NULL, `providerUrl` TEXT NOT NULL, PRIMARY KEY(`timestamp`))", "fields": [ { "fieldPath": "timestamp", "columnName": "timestamp", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "temperature", "columnName": "temperature", "affinity": "REAL", "notNull": true }, { "fieldPath": "minTemp", "columnName": "minTemp", "affinity": "REAL", "notNull": true }, { "fieldPath": "maxTemp", "columnName": "maxTemp", "affinity": "REAL", "notNull": true }, { "fieldPath": "pressure", "columnName": "pressure", "affinity": "REAL", "notNull": true }, { "fieldPath": "humidity", "columnName": "humidity", "affinity": "REAL", "notNull": true }, { "fieldPath": "icon", "columnName": "icon", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "condition", "columnName": "condition", "affinity": "TEXT", "notNull": true }, { "fieldPath": "clouds", "columnName": "clouds", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "windSpeed", "columnName": "windSpeed", "affinity": "REAL", "notNull": true }, { "fieldPath": "windDirection", "columnName": "windDirection", "affinity": "REAL", "notNull": true }, { "fieldPath": "rain", "columnName": "rain", "affinity": "REAL", "notNull": true }, { "fieldPath": "snow", "columnName": "snow", "affinity": "REAL", "notNull": true }, { "fieldPath": "night", "columnName": "night", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "location", "columnName": "location", "affinity": "TEXT", "notNull": true }, { "fieldPath": "provider", "columnName": "provider", "affinity": "TEXT", "notNull": true }, { "fieldPath": "providerUrl", "columnName": "providerUrl", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "columnNames": [ "timestamp" ], "autoGenerate": false }, "indices": [], "foreignKeys": [] }, { "tableName": "Searchable", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`key` TEXT NOT NULL, `searchable` TEXT NOT NULL, `launchCount` INTEGER NOT NULL, `pinned` INTEGER NOT NULL, `hidden` INTEGER NOT NULL, `inAllApps` INTEGER NOT NULL, PRIMARY KEY(`key`))", "fields": [ { "fieldPath": "key", "columnName": "key", "affinity": "TEXT", "notNull": true }, { "fieldPath": "searchable", "columnName": "searchable", "affinity": "TEXT", "notNull": true }, { "fieldPath": "launchCount", "columnName": "launchCount", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "pinned", "columnName": "pinned", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "hidden", "columnName": "hidden", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "inAllApps", "columnName": "inAllApps", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "columnNames": [ "key" ], "autoGenerate": false }, "indices": [], "foreignKeys": [] }, { "tableName": "Websearch", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`urlTemplate` TEXT NOT NULL, `label` TEXT NOT NULL, `color` INTEGER NOT NULL, `icon` TEXT, `id` INTEGER PRIMARY KEY AUTOINCREMENT)", "fields": [ { "fieldPath": "urlTemplate", "columnName": "urlTemplate", "affinity": "TEXT", "notNull": true }, { "fieldPath": "label", "columnName": "label", "affinity": "TEXT", "notNull": true }, { "fieldPath": "color", "columnName": "color", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "icon", "columnName": "icon", "affinity": "TEXT", "notNull": false }, { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": false } ], "primaryKey": { "columnNames": [ "id" ], "autoGenerate": true }, "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, \"a28f601f4a9dee37e9a41f895f3ac512\")" ] } }