{ "formatVersion": 1, "database": { "version": 1, "identityHash": "296a7b78252c48246f24767e66441c22", "entities": [ { "tableName": "snapshot", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER NOT NULL, `app_id` TEXT, `activity_id` TEXT, `app_name` TEXT, `app_version_code` INTEGER, `app_version_name` TEXT, `screen_height` INTEGER NOT NULL, `screen_width` INTEGER NOT NULL, `is_landscape` INTEGER NOT NULL, `device` TEXT NOT NULL, `model` TEXT NOT NULL, `manufacturer` TEXT NOT NULL, `brand` TEXT NOT NULL, `sdk_int` INTEGER NOT NULL, `release` TEXT NOT NULL, `_1` TEXT NOT NULL, PRIMARY KEY(`id`))", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "appId", "columnName": "app_id", "affinity": "TEXT", "notNull": false }, { "fieldPath": "activityId", "columnName": "activity_id", "affinity": "TEXT", "notNull": false }, { "fieldPath": "appName", "columnName": "app_name", "affinity": "TEXT", "notNull": false }, { "fieldPath": "appVersionCode", "columnName": "app_version_code", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "appVersionName", "columnName": "app_version_name", "affinity": "TEXT", "notNull": false }, { "fieldPath": "screenHeight", "columnName": "screen_height", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "screenWidth", "columnName": "screen_width", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "isLandscape", "columnName": "is_landscape", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "device", "columnName": "device", "affinity": "TEXT", "notNull": true }, { "fieldPath": "model", "columnName": "model", "affinity": "TEXT", "notNull": true }, { "fieldPath": "manufacturer", "columnName": "manufacturer", "affinity": "TEXT", "notNull": true }, { "fieldPath": "brand", "columnName": "brand", "affinity": "TEXT", "notNull": true }, { "fieldPath": "sdkInt", "columnName": "sdk_int", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "release", "columnName": "release", "affinity": "TEXT", "notNull": true }, { "fieldPath": "nodes", "columnName": "_1", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "autoGenerate": false, "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, '296a7b78252c48246f24767e66441c22')" ] } }