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

76 lines
2.9 KiB
JSON

{
"formatVersion": 1,
"database": {
"version": 3,
"identityHash": "93070193430437244fadb3c1558bebae",
"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, `filter_style` INTEGER NOT NULL, `sort_style` TEXT, `reversed` INTEGER NOT NULL, `app_type` TEXT, `date_created` 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": "filterStyle",
"columnName": "filter_style",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "sortStyle",
"columnName": "sort_style",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "reversed",
"columnName": "reversed",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "appType",
"columnName": "app_type",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "dateCreated",
"columnName": "date_created",
"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, '93070193430437244fadb3c1558bebae')"
]
}
}