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

58 lines
2.2 KiB
JSON

{
"formatVersion": 1,
"database": {
"version": 1,
"identityHash": "e768b8c3f1ecab5ee25b3ea0b99604aa",
"entities": [
{
"tableName": "batch_profile",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `profile_name` TEXT, `package_names` TEXT, `date_created` INTEGER NOT NULL, `sort_style` INTEGER NOT NULL)",
"fields": [
{
"fieldPath": "id",
"columnName": "id",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "profileName",
"columnName": "profile_name",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "packageNames",
"columnName": "package_names",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "dateCreated",
"columnName": "date_created",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "sortStyle",
"columnName": "sort_style",
"affinity": "INTEGER",
"notNull": true
}
],
"primaryKey": {
"autoGenerate": true,
"columnNames": [
"id"
]
},
"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, 'e768b8c3f1ecab5ee25b3ea0b99604aa')"
]
}
}