4.json (4246B)
1 { 2 "formatVersion": 1, 3 "database": { 4 "version": 4, 5 "identityHash": "df21b4642e3973ad808d58461b1d0c6a", 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, `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": "extrasPath", 72 "columnName": "extrasPath", 73 "affinity": "TEXT", 74 "notNull": false, 75 "defaultValue": "null" 76 }, 77 { 78 "fieldPath": "remoteType", 79 "columnName": "remoteType", 80 "affinity": "TEXT", 81 "notNull": false, 82 "defaultValue": "null" 83 } 84 ], 85 "primaryKey": { 86 "autoGenerate": false, 87 "columnNames": [ 88 "uuid" 89 ] 90 }, 91 "indices": [], 92 "foreignKeys": [] 93 }, 94 { 95 "tableName": "reports", 96 "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)", 97 "fields": [ 98 { 99 "fieldPath": "id", 100 "columnName": "id", 101 "affinity": "INTEGER", 102 "notNull": false 103 }, 104 { 105 "fieldPath": "crashUuid", 106 "columnName": "crash_uuid", 107 "affinity": "TEXT", 108 "notNull": true 109 }, 110 { 111 "fieldPath": "serviceId", 112 "columnName": "service_id", 113 "affinity": "TEXT", 114 "notNull": true 115 }, 116 { 117 "fieldPath": "reportId", 118 "columnName": "report_id", 119 "affinity": "TEXT", 120 "notNull": true 121 } 122 ], 123 "primaryKey": { 124 "autoGenerate": true, 125 "columnNames": [ 126 "id" 127 ] 128 }, 129 "indices": [], 130 "foreignKeys": [] 131 } 132 ], 133 "views": [], 134 "setupQueries": [ 135 "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", 136 "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, 'df21b4642e3973ad808d58461b1d0c6a')" 137 ] 138 } 139 }