{ "formatVersion": 1, "database": { "version": 2, "identityHash": "b71f0ec08f1e3c91ebda8a8bda8ddd40", "entities": [ { "tableName": "accounts", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` BLOB NOT NULL, `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": "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, 'b71f0ec08f1e3c91ebda8a8bda8ddd40')" ] } }