Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

40 lines
1.1 KiB
JSON

{
"formatVersion": 1,
"database": {
"version": 1,
"identityHash": "a58b879e646ff3c65d5a2cd977ddd177",
"entities": [
{
"tableName": "emailInContext_exceptions",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`domain` TEXT NOT NULL, `reason` TEXT NOT NULL, PRIMARY KEY(`domain`))",
"fields": [
{
"fieldPath": "domain",
"columnName": "domain",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "reason",
"columnName": "reason",
"affinity": "TEXT",
"notNull": true
}
],
"primaryKey": {
"autoGenerate": false,
"columnNames": [
"domain"
]
},
"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, 'a58b879e646ff3c65d5a2cd977ddd177')"
]
}
}