{ "formatVersion": 1, "database": { "version": 2, "identityHash": "b4fd2f6f9f4fb07feb6a01f0f91c7153", "entities": [ { "tableName": "app_health_state", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER NOT NULL, `localtime` TEXT NOT NULL, `alerts` TEXT NOT NULL, `healthDataJsonString` TEXT NOT NULL, PRIMARY KEY(`id`))", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "localtime", "columnName": "localtime", "affinity": "TEXT", "notNull": true }, { "fieldPath": "alerts", "columnName": "alerts", "affinity": "TEXT", "notNull": true }, { "fieldPath": "healthDataJsonString", "columnName": "healthDataJsonString", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "columnNames": [ "id" ], "autoGenerate": false }, "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, 'b4fd2f6f9f4fb07feb6a01f0f91c7153')" ] } }