{ "formatVersion": 1, "database": { "version": 1, "identityHash": "212dfa0b59d6a78d81e65cead34d40e0", "entities": [ { "tableName": "crashes", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`uuid` TEXT NOT NULL, `stacktrace` TEXT NOT NULL, `created_at` INTEGER NOT NULL, PRIMARY KEY(`uuid`))", "fields": [ { "fieldPath": "uuid", "columnName": "uuid", "affinity": "TEXT", "notNull": true }, { "fieldPath": "stacktrace", "columnName": "stacktrace", "affinity": "TEXT", "notNull": true }, { "fieldPath": "createdAt", "columnName": "created_at", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "columnNames": [ "uuid" ], "autoGenerate": false }, "indices": [], "foreignKeys": [] }, { "tableName": "reports", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT, `crash_uuid` TEXT NOT NULL, `service_id` TEXT NOT NULL, `report_id` TEXT NOT NULL)", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "crashUuid", "columnName": "crash_uuid", "affinity": "TEXT", "notNull": true }, { "fieldPath": "serviceId", "columnName": "service_id", "affinity": "TEXT", "notNull": true }, { "fieldPath": "reportId", "columnName": "report_id", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "columnNames": [ "id" ], "autoGenerate": true }, "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, '212dfa0b59d6a78d81e65cead34d40e0')" ] } }