1.json (2149B)
1 { 2 "formatVersion": 1, 3 "database": { 4 "version": 1, 5 "identityHash": "2dbe6c2ed8111e6d63f6bb78035424aa", 6 "entities": [ 7 { 8 "tableName": "manifests", 9 "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`manifest` TEXT NOT NULL, `start_url` TEXT NOT NULL, `scope` TEXT, `created_at` INTEGER NOT NULL, `updated_at` INTEGER NOT NULL, `used_at` INTEGER NOT NULL, PRIMARY KEY(`start_url`))", 10 "fields": [ 11 { 12 "fieldPath": "manifest", 13 "columnName": "manifest", 14 "affinity": "TEXT", 15 "notNull": true 16 }, 17 { 18 "fieldPath": "startUrl", 19 "columnName": "start_url", 20 "affinity": "TEXT", 21 "notNull": true 22 }, 23 { 24 "fieldPath": "scope", 25 "columnName": "scope", 26 "affinity": "TEXT", 27 "notNull": false 28 }, 29 { 30 "fieldPath": "createdAt", 31 "columnName": "created_at", 32 "affinity": "INTEGER", 33 "notNull": true 34 }, 35 { 36 "fieldPath": "updatedAt", 37 "columnName": "updated_at", 38 "affinity": "INTEGER", 39 "notNull": true 40 }, 41 { 42 "fieldPath": "usedAt", 43 "columnName": "used_at", 44 "affinity": "INTEGER", 45 "notNull": true 46 } 47 ], 48 "primaryKey": { 49 "columnNames": [ 50 "start_url" 51 ], 52 "autoGenerate": false 53 }, 54 "indices": [ 55 { 56 "name": "index_manifests_scope", 57 "unique": false, 58 "columnNames": [ 59 "scope" 60 ], 61 "createSql": "CREATE INDEX `index_manifests_scope` ON `${TABLE_NAME}` (`scope`)" 62 } 63 ], 64 "foreignKeys": [] 65 } 66 ], 67 "views": [], 68 "setupQueries": [ 69 "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", 70 "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '2dbe6c2ed8111e6d63f6bb78035424aa')" 71 ] 72 } 73 }