{ "formatVersion": 1, "database": { "version": 1, "identityHash": "c4b2fc1aa20ac555446cdde24166c0a0", "entities": [ { "tableName": "BackupItem", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT, `createdAt` TEXT NOT NULL, `number` TEXT NOT NULL, `country` TEXT NOT NULL, `code` TEXT NOT NULL, `mcc` TEXT NOT NULL, `mnc` TEXT NOT NULL, `imei` TEXT NOT NULL, `imsi` TEXT NOT NULL, `iccid` TEXT NOT NULL, `sendCount` INTEGER NOT NULL, `path` TEXT NOT NULL)", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "createdAt", "columnName": "createdAt", "affinity": "TEXT", "notNull": true }, { "fieldPath": "number", "columnName": "number", "affinity": "TEXT", "notNull": true }, { "fieldPath": "country", "columnName": "country", "affinity": "TEXT", "notNull": true }, { "fieldPath": "code", "columnName": "code", "affinity": "TEXT", "notNull": true }, { "fieldPath": "mcc", "columnName": "mcc", "affinity": "TEXT", "notNull": true }, { "fieldPath": "mnc", "columnName": "mnc", "affinity": "TEXT", "notNull": true }, { "fieldPath": "imei", "columnName": "imei", "affinity": "TEXT", "notNull": true }, { "fieldPath": "imsi", "columnName": "imsi", "affinity": "TEXT", "notNull": true }, { "fieldPath": "iccid", "columnName": "iccid", "affinity": "TEXT", "notNull": true }, { "fieldPath": "sendCount", "columnName": "sendCount", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "path", "columnName": "path", "affinity": "TEXT", "notNull": true } ], "primaryKey": { "autoGenerate": true, "columnNames": [ "id" ] }, "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, 'c4b2fc1aa20ac555446cdde24166c0a0')" ] } }