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

70 lines
2.0 KiB
JSON

{
"formatVersion": 1,
"database": {
"version": 1,
"identityHash": "31c0c7fa601db26b86512d78f634ec0d",
"entities": [
{
"tableName": "draft",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` TEXT NOT NULL, `content` TEXT NOT NULL, `media` TEXT NOT NULL, `createdAt` INTEGER NOT NULL, `composeType` TEXT NOT NULL, `statusKey` TEXT, `excludedReplyUserIds` TEXT, PRIMARY KEY(`_id`))",
"fields": [
{
"fieldPath": "_id",
"columnName": "_id",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "content",
"columnName": "content",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "media",
"columnName": "media",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "createdAt",
"columnName": "createdAt",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "composeType",
"columnName": "composeType",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "statusKey",
"columnName": "statusKey",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "excludedReplyUserIds",
"columnName": "excludedReplyUserIds",
"affinity": "TEXT",
"notNull": false
}
],
"primaryKey": {
"columnNames": [
"_id"
],
"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, '31c0c7fa601db26b86512d78f634ec0d')"
]
}
}