mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 11:20:07 +08:00
115 lines
2.6 KiB
JSON
115 lines
2.6 KiB
JSON
{
|
|
"_meta": {
|
|
"columns": {},
|
|
"schemas": {},
|
|
"tables": {}
|
|
},
|
|
"dialect": "sqlite",
|
|
"enums": {},
|
|
"id": "de8009d7-95b9-4f99-99fa-4b8795708f21",
|
|
"internal": {
|
|
"indexes": {}
|
|
},
|
|
"prevId": "00000000-0000-0000-0000-000000000000",
|
|
"tables": {
|
|
"app_state": {
|
|
"checkConstraints": {},
|
|
"columns": {
|
|
"created_at": {
|
|
"autoincrement": false,
|
|
"name": "created_at",
|
|
"notNull": false,
|
|
"primaryKey": false,
|
|
"type": "integer"
|
|
},
|
|
"description": {
|
|
"autoincrement": false,
|
|
"name": "description",
|
|
"notNull": false,
|
|
"primaryKey": false,
|
|
"type": "text"
|
|
},
|
|
"key": {
|
|
"autoincrement": false,
|
|
"name": "key",
|
|
"notNull": true,
|
|
"primaryKey": true,
|
|
"type": "text"
|
|
},
|
|
"updated_at": {
|
|
"autoincrement": false,
|
|
"name": "updated_at",
|
|
"notNull": false,
|
|
"primaryKey": false,
|
|
"type": "integer"
|
|
},
|
|
"value": {
|
|
"autoincrement": false,
|
|
"name": "value",
|
|
"notNull": true,
|
|
"primaryKey": false,
|
|
"type": "text"
|
|
}
|
|
},
|
|
"compositePrimaryKeys": {},
|
|
"foreignKeys": {},
|
|
"indexes": {},
|
|
"name": "app_state",
|
|
"uniqueConstraints": {}
|
|
},
|
|
"preference": {
|
|
"checkConstraints": {},
|
|
"columns": {
|
|
"created_at": {
|
|
"autoincrement": false,
|
|
"name": "created_at",
|
|
"notNull": false,
|
|
"primaryKey": false,
|
|
"type": "integer"
|
|
},
|
|
"key": {
|
|
"autoincrement": false,
|
|
"name": "key",
|
|
"notNull": true,
|
|
"primaryKey": false,
|
|
"type": "text"
|
|
},
|
|
"scope": {
|
|
"autoincrement": false,
|
|
"name": "scope",
|
|
"notNull": true,
|
|
"primaryKey": false,
|
|
"type": "text"
|
|
},
|
|
"updated_at": {
|
|
"autoincrement": false,
|
|
"name": "updated_at",
|
|
"notNull": false,
|
|
"primaryKey": false,
|
|
"type": "integer"
|
|
},
|
|
"value": {
|
|
"autoincrement": false,
|
|
"name": "value",
|
|
"notNull": false,
|
|
"primaryKey": false,
|
|
"type": "text"
|
|
}
|
|
},
|
|
"compositePrimaryKeys": {},
|
|
"foreignKeys": {},
|
|
"indexes": {
|
|
"scope_name_idx": {
|
|
"columns": ["scope", "key"],
|
|
"isUnique": false,
|
|
"name": "scope_name_idx"
|
|
}
|
|
},
|
|
"name": "preference",
|
|
"uniqueConstraints": {}
|
|
}
|
|
},
|
|
"version": "6",
|
|
"views": {}
|
|
}
|