| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- {
- "formatVersion": 1,
- "database": {
- "version": 5,
- "identityHash": "0de21f8c407dfff0496469ab4e9dc19c",
- "entities": [
- {
- "tableName": "BackupItem",
- "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT, `createdAt` INTEGER NOT NULL, `numberId` 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, `stock` INTEGER NOT NULL, `carrierId` TEXT NOT NULL, `carrierName` TEXT NOT NULL, `retry` INTEGER NOT NULL)",
- "fields": [
- {
- "fieldPath": "id",
- "columnName": "id",
- "affinity": "INTEGER",
- "notNull": false
- },
- {
- "fieldPath": "createdAt",
- "columnName": "createdAt",
- "affinity": "INTEGER",
- "notNull": true
- },
- {
- "fieldPath": "numberId",
- "columnName": "numberId",
- "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": "stock",
- "columnName": "stock",
- "affinity": "INTEGER",
- "notNull": true
- },
- {
- "fieldPath": "carrierId",
- "columnName": "carrierId",
- "affinity": "TEXT",
- "notNull": true
- },
- {
- "fieldPath": "carrierName",
- "columnName": "carrierName",
- "affinity": "TEXT",
- "notNull": true
- },
- {
- "fieldPath": "retry",
- "columnName": "retry",
- "affinity": "INTEGER",
- "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, '0de21f8c407dfff0496469ab4e9dc19c')"
- ]
- }
- }
|