3.json (4501B)
1 { 2 "formatVersion": 1, 3 "database": { 4 "version": 3, 5 "identityHash": "da23bb90808c10b266ae31105dc1cec9", 6 "entities": [ 7 { 8 "tableName": "crashes", 9 "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`crashType` TEXT NOT NULL DEFAULT 'UNCAUGHT', `uuid` TEXT NOT NULL, `runtime_tags` TEXT NOT NULL DEFAULT '{}', `breadcrumbs` TEXT DEFAULT null, `created_at` INTEGER NOT NULL, `stacktrace` TEXT NOT NULL, `throwable` BLOB, `minidumpPath` TEXT DEFAULT null, `processType` TEXT DEFAULT null, `minidumpSuccess` INTEGER DEFAULT null, `extrasPath` TEXT DEFAULT null, `remoteType` TEXT DEFAULT null, PRIMARY KEY(`uuid`))", 10 "fields": [ 11 { 12 "fieldPath": "crashType", 13 "columnName": "crashType", 14 "affinity": "TEXT", 15 "notNull": true, 16 "defaultValue": "'UNCAUGHT'" 17 }, 18 { 19 "fieldPath": "uuid", 20 "columnName": "uuid", 21 "affinity": "TEXT", 22 "notNull": true 23 }, 24 { 25 "fieldPath": "runtimeTags", 26 "columnName": "runtime_tags", 27 "affinity": "TEXT", 28 "notNull": true, 29 "defaultValue": "'{}'" 30 }, 31 { 32 "fieldPath": "breadcrumbs", 33 "columnName": "breadcrumbs", 34 "affinity": "TEXT", 35 "notNull": false, 36 "defaultValue": "null" 37 }, 38 { 39 "fieldPath": "createdAt", 40 "columnName": "created_at", 41 "affinity": "INTEGER", 42 "notNull": true 43 }, 44 { 45 "fieldPath": "stacktrace", 46 "columnName": "stacktrace", 47 "affinity": "TEXT", 48 "notNull": true 49 }, 50 { 51 "fieldPath": "throwableData", 52 "columnName": "throwable", 53 "affinity": "BLOB", 54 "notNull": false 55 }, 56 { 57 "fieldPath": "minidumpPath", 58 "columnName": "minidumpPath", 59 "affinity": "TEXT", 60 "notNull": false, 61 "defaultValue": "null" 62 }, 63 { 64 "fieldPath": "processType", 65 "columnName": "processType", 66 "affinity": "TEXT", 67 "notNull": false, 68 "defaultValue": "null" 69 }, 70 { 71 "fieldPath": "minidumpSuccess", 72 "columnName": "minidumpSuccess", 73 "affinity": "INTEGER", 74 "notNull": false, 75 "defaultValue": "null" 76 }, 77 { 78 "fieldPath": "extrasPath", 79 "columnName": "extrasPath", 80 "affinity": "TEXT", 81 "notNull": false, 82 "defaultValue": "null" 83 }, 84 { 85 "fieldPath": "remoteType", 86 "columnName": "remoteType", 87 "affinity": "TEXT", 88 "notNull": false, 89 "defaultValue": "null" 90 } 91 ], 92 "primaryKey": { 93 "autoGenerate": false, 94 "columnNames": [ 95 "uuid" 96 ] 97 }, 98 "indices": [], 99 "foreignKeys": [] 100 }, 101 { 102 "tableName": "reports", 103 "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT, `crash_uuid` TEXT NOT NULL, `service_id` TEXT NOT NULL, `report_id` TEXT NOT NULL)", 104 "fields": [ 105 { 106 "fieldPath": "id", 107 "columnName": "id", 108 "affinity": "INTEGER", 109 "notNull": false 110 }, 111 { 112 "fieldPath": "crashUuid", 113 "columnName": "crash_uuid", 114 "affinity": "TEXT", 115 "notNull": true 116 }, 117 { 118 "fieldPath": "serviceId", 119 "columnName": "service_id", 120 "affinity": "TEXT", 121 "notNull": true 122 }, 123 { 124 "fieldPath": "reportId", 125 "columnName": "report_id", 126 "affinity": "TEXT", 127 "notNull": true 128 } 129 ], 130 "primaryKey": { 131 "autoGenerate": true, 132 "columnNames": [ 133 "id" 134 ] 135 }, 136 "indices": [], 137 "foreignKeys": [] 138 } 139 ], 140 "views": [], 141 "setupQueries": [ 142 "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", 143 "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, 'da23bb90808c10b266ae31105dc1cec9')" 144 ] 145 } 146 }