9.json (3607B)
1 { 2 "formatVersion": 1, 3 "database": { 4 "version": 9, 5 "identityHash": "f2e720d230eff567d4363fe6e168a1ff", 6 "entities": [ 7 { 8 "tableName": "site_permissions", 9 "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`origin` TEXT NOT NULL, `location` INTEGER NOT NULL, `notification` INTEGER NOT NULL, `microphone` INTEGER NOT NULL, `camera` INTEGER NOT NULL, `bluetooth` INTEGER NOT NULL, `local_storage` INTEGER NOT NULL, `autoplay_audible` INTEGER NOT NULL, `autoplay_inaudible` INTEGER NOT NULL, `media_key_system_access` INTEGER NOT NULL, `cross_origin_storage_access` INTEGER NOT NULL, `local_device_access` INTEGER NOT NULL, `local_network_access` INTEGER NOT NULL, `saved_at` INTEGER NOT NULL, PRIMARY KEY(`origin`))", 10 "fields": [ 11 { 12 "fieldPath": "origin", 13 "columnName": "origin", 14 "affinity": "TEXT", 15 "notNull": true 16 }, 17 { 18 "fieldPath": "location", 19 "columnName": "location", 20 "affinity": "INTEGER", 21 "notNull": true 22 }, 23 { 24 "fieldPath": "notification", 25 "columnName": "notification", 26 "affinity": "INTEGER", 27 "notNull": true 28 }, 29 { 30 "fieldPath": "microphone", 31 "columnName": "microphone", 32 "affinity": "INTEGER", 33 "notNull": true 34 }, 35 { 36 "fieldPath": "camera", 37 "columnName": "camera", 38 "affinity": "INTEGER", 39 "notNull": true 40 }, 41 { 42 "fieldPath": "bluetooth", 43 "columnName": "bluetooth", 44 "affinity": "INTEGER", 45 "notNull": true 46 }, 47 { 48 "fieldPath": "localStorage", 49 "columnName": "local_storage", 50 "affinity": "INTEGER", 51 "notNull": true 52 }, 53 { 54 "fieldPath": "autoplayAudible", 55 "columnName": "autoplay_audible", 56 "affinity": "INTEGER", 57 "notNull": true 58 }, 59 { 60 "fieldPath": "autoplayInaudible", 61 "columnName": "autoplay_inaudible", 62 "affinity": "INTEGER", 63 "notNull": true 64 }, 65 { 66 "fieldPath": "mediaKeySystemAccess", 67 "columnName": "media_key_system_access", 68 "affinity": "INTEGER", 69 "notNull": true 70 }, 71 { 72 "fieldPath": "crossOriginStorageAccess", 73 "columnName": "cross_origin_storage_access", 74 "affinity": "INTEGER", 75 "notNull": true 76 }, 77 { 78 "fieldPath": "localDeviceAccess", 79 "columnName": "local_device_access", 80 "affinity": "INTEGER", 81 "notNull": true 82 }, 83 { 84 "fieldPath": "localNetworkAccess", 85 "columnName": "local_network_access", 86 "affinity": "INTEGER", 87 "notNull": true 88 }, 89 { 90 "fieldPath": "savedAt", 91 "columnName": "saved_at", 92 "affinity": "INTEGER", 93 "notNull": true 94 } 95 ], 96 "primaryKey": { 97 "autoGenerate": false, 98 "columnNames": [ 99 "origin" 100 ] 101 } 102 } 103 ], 104 "setupQueries": [ 105 "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", 106 "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, 'f2e720d230eff567d4363fe6e168a1ff')" 107 ] 108 } 109 }