Files
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

46 lines
1.3 KiB
JSON

{
"formatVersion": 1,
"database": {
"version": 1,
"identityHash": "31e15e1254d5b57bf9cf4eb5d106f3a3",
"entities": [
{
"tableName": "stacktrace",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`trace` TEXT, `message` TEXT, `timestamp` INTEGER, PRIMARY KEY(`timestamp`))",
"fields": [
{
"fieldPath": "trace",
"columnName": "trace",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "message",
"columnName": "message",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "timestamp",
"columnName": "timestamp",
"affinity": "INTEGER",
"notNull": false
}
],
"primaryKey": {
"columnNames": [
"timestamp"
],
"autoGenerate": false
},
"indices": [],
"foreignKeys": []
}
],
"views": [],
"setupQueries": [
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '31e15e1254d5b57bf9cf4eb5d106f3a3')"
]
}
}