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