{ "formatVersion": 1, "database": { "version": 3, "identityHash": "9c1e38cb1cec8c1fd74fa9a90eb7b79c", "entities": [ { "tableName": "accounts", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` BLOB NOT NULL, `icon` TEXT, `secret` TEXT NOT NULL, `label` TEXT NOT NULL, `issuer` TEXT NOT NULL, `algorithm` INTEGER NOT NULL DEFAULT 0, `type` INTEGER NOT NULL DEFAULT 0, `digits` INTEGER NOT NULL DEFAULT 6, `counter` INTEGER NOT NULL DEFAULT 0, `period` INTEGER NOT NULL DEFAULT 30, PRIMARY KEY(`id`))", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "BLOB", "notNull": true }, { "fieldPath": "icon", "columnName": "icon", "affinity": "TEXT", "notNull": false }, { "fieldPath": "secret", "columnName": "secret", "affinity": "TEXT", "notNull": true }, { "fieldPath": "label", "columnName": "label", "affinity": "TEXT", "notNull": true }, { "fieldPath": "issuer", "columnName": "issuer", "affinity": "TEXT", "notNull": true }, { "fieldPath": "algorithm", "columnName": "algorithm", "affinity": "INTEGER", "notNull": true, "defaultValue": "0" }, { "fieldPath": "type", "columnName": "type", "affinity": "INTEGER", "notNull": true, "defaultValue": "0" }, { "fieldPath": "digits", "columnName": "digits", "affinity": "INTEGER", "notNull": true, "defaultValue": "6" }, { "fieldPath": "counter", "columnName": "counter", "affinity": "INTEGER", "notNull": true, "defaultValue": "0" }, { "fieldPath": "period", "columnName": "period", "affinity": "INTEGER", "notNull": true, "defaultValue": "30" } ], "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, '9c1e38cb1cec8c1fd74fa9a90eb7b79c')" ] } }