{ "formatVersion": 1, "database": { "version": 3, "identityHash": "6dd4629cfca24e8a796915386c507fa2", "entities": [ { "tableName": "BackupItem", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT, `createdAt` INTEGER 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, `lastUse` INTEGER NOT NULL, `type` TEXT NOT NULL, `fresh` INTEGER NOT NULL DEFAULT 0, `carrierId` TEXT NOT NULL, `carrierName` TEXT NOT NULL)", "fields": [ { "fieldPath": "id", "columnName": "id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "createdAt", "columnName": "createdAt", "affinity": "INTEGER", "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 }, { "fieldPath": "lastUse", "columnName": "lastUse", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "type", "columnName": "type", "affinity": "TEXT", "notNull": true }, { "fieldPath": "fresh", "columnName": "fresh", "affinity": "INTEGER", "notNull": true, "defaultValue": "0" }, { "fieldPath": "carrierId", "columnName": "carrierId", "affinity": "TEXT", "notNull": true }, { "fieldPath": "carrierName", "columnName": "carrierName", "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, '6dd4629cfca24e8a796915386c507fa2')" ] } }