{
"formatVersion": 1,
"database": {
"version": 1,
"identityHash": "ffa6a7f7cce2d67541e0fbe28441e780",
"entities": [
"tableName": "HistoryEntry",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`uri` TEXT NOT NULL, `title` TEXT, `lastVisit` INTEGER NOT NULL, PRIMARY KEY(`uri`))",
"fields": [
"fieldPath": "uri",
"columnName": "uri",
"affinity": "TEXT",
"notNull": true
},
"fieldPath": "title",
"columnName": "title",
"notNull": false
"fieldPath": "lastVisit",
"columnName": "lastVisit",
"affinity": "INTEGER",
}
],
"primaryKey": {
"columnNames": [
"uri"
"autoGenerate": false
"indices": [],
"foreignKeys": []
"tableName": "Identity",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `key` TEXT NOT NULL, `name` TEXT, `urls` TEXT NOT NULL)",
"fieldPath": "id",
"columnName": "id",
"fieldPath": "key",
"columnName": "key",
"fieldPath": "name",
"columnName": "name",
"fieldPath": "urls",
"columnName": "urls",
"id"
"autoGenerate": true
"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, 'ffa6a7f7cce2d67541e0fbe28441e780')"
]