{ "formatVersion": 1, "database": { "version": 2, "identityHash": "025eaf40dbcd2c5d766b24582f9babdb", "entities": [ { "tableName": "autofill_exceptions", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`domain` TEXT NOT NULL, `reason` TEXT NOT NULL, PRIMARY KEY(`domain`))", "fields": [ { "fieldPath": "domain", "columnName": "domain", "affinity": "TEXT", "notNull": true }, { "fieldPath": "reason", "columnName": "reason", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "autoGenerate": false, "columnNames": [ "domain" ] }, "indices": [], "foreignKeys": [] }, { "tableName": "credentials_sync_meta", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`syncId` TEXT NOT NULL, `localId` INTEGER NOT NULL, `deleted_at` TEXT, `modified_at` TEXT, PRIMARY KEY(`localId`))", "fields": [ { "fieldPath": "syncId", "columnName": "syncId", "affinity": "TEXT", "notNull": true }, { "fieldPath": "localId", "columnName": "localId", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "deleted_at", "columnName": "deleted_at", "affinity": "TEXT", "notNull": false }, { "fieldPath": "modified_at", "columnName": "modified_at", "affinity": "TEXT", "notNull": false } ], "primaryKey": { "autoGenerate": false, "columnNames": [ "localId" ] }, "indices": [ { "name": "index_credentials_sync_meta_syncId", "unique": true, "columnNames": [ "syncId" ], "orders": [], "createSql": "CREATE UNIQUE INDEX IF NOT EXISTS `index_credentials_sync_meta_syncId` ON `${TABLE_NAME}` (`syncId`)" } ], "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, '025eaf40dbcd2c5d766b24582f9babdb')" ] } }