49 lines
1 KiB
JSON
49 lines
1 KiB
JSON
|
|
{
|
||
|
|
"version": "5",
|
||
|
|
"dialect": "pg",
|
||
|
|
"id": "e3f4035a-a940-4529-b037-1737e178d88b",
|
||
|
|
"prevId": "e8eef642-fc25-4737-8e75-5ad1e8c53b84",
|
||
|
|
"tables": {
|
||
|
|
"chats": {
|
||
|
|
"name": "chats",
|
||
|
|
"schema": "",
|
||
|
|
"columns": {
|
||
|
|
"id": {
|
||
|
|
"name": "id",
|
||
|
|
"type": "text",
|
||
|
|
"primaryKey": true,
|
||
|
|
"notNull": true
|
||
|
|
},
|
||
|
|
"role": {
|
||
|
|
"name": "role",
|
||
|
|
"type": "text",
|
||
|
|
"primaryKey": false,
|
||
|
|
"notNull": true
|
||
|
|
},
|
||
|
|
"userId": {
|
||
|
|
"name": "userId",
|
||
|
|
"type": "text",
|
||
|
|
"primaryKey": false,
|
||
|
|
"notNull": true
|
||
|
|
},
|
||
|
|
"messages": {
|
||
|
|
"name": "messages",
|
||
|
|
"type": "json",
|
||
|
|
"primaryKey": false,
|
||
|
|
"notNull": true,
|
||
|
|
"default": "'{}'::json"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"indexes": {},
|
||
|
|
"foreignKeys": {},
|
||
|
|
"compositePrimaryKeys": {}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"enums": {},
|
||
|
|
"schemas": {},
|
||
|
|
"_meta": {
|
||
|
|
"schemas": {},
|
||
|
|
"tables": {},
|
||
|
|
"columns": {}
|
||
|
|
}
|
||
|
|
}
|