{ "formatVersion": 1, "database": { "version": 1, "identityHash": "462054044d4b7f0e4f80f84380d5cc1e", "entities": [ { "tableName": "site_permissions", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`origin` TEXT NOT NULL, `location` INTEGER NOT NULL, `notification` INTEGER NOT NULL, `microphone` INTEGER NOT NULL, `camera_back` INTEGER NOT NULL, `camera_front` INTEGER NOT NULL, `bluetooth` INTEGER NOT NULL, `local_storage` INTEGER NOT NULL, `saved_at` INTEGER NOT NULL, PRIMARY KEY(`origin`))", "fields": [ { "fieldPath": "origin", "columnName": "origin", "affinity": "TEXT", "notNull": true }, { "fieldPath": "location", "columnName": "location", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "notification", "columnName": "notification", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "microphone", "columnName": "microphone", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "cameraBack", "columnName": "camera_back", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "cameraFront", "columnName": "camera_front", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "bluetooth", "columnName": "bluetooth", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "localStorage", "columnName": "local_storage", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "savedAt", "columnName": "saved_at", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "columnNames": [ "origin" ], "autoGenerate": false }, "indices": [], "foreignKeys": [] } ], "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, \"462054044d4b7f0e4f80f84380d5cc1e\")" ] } }