chatbot-template/lib/db/migrations/meta/0000_snapshot.json

49 lines
1 KiB
JSON
Raw Normal View History

2023-05-22 12:14:37 -04:00
{
"version": "5",
"dialect": "pg",
2023-06-02 11:33:17 -04:00
"id": "3bddf21a-46a3-4ee8-8b41-bb79cb80d904",
2023-05-22 12:14:37 -04:00
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
2023-06-02 11:33:17 -04:00
"chats": {
"name": "chats",
2023-05-22 12:14:37 -04:00
"schema": "",
"columns": {
"id": {
"name": "id",
"type": "text",
"primaryKey": true,
"notNull": true
},
2023-06-02 11:33:17 -04:00
"role": {
"name": "role",
2023-05-22 12:14:37 -04:00
"type": "text",
"primaryKey": false,
"notNull": true
},
2023-06-02 11:33:17 -04:00
"userId": {
"name": "userId",
2023-05-22 12:14:37 -04:00
"type": "text",
"primaryKey": false,
"notNull": true
},
2023-06-02 11:33:17 -04:00
"messages": {
"name": "messages",
"type": "json",
2023-05-22 12:14:37 -04:00
"primaryKey": false,
2023-06-02 11:33:17 -04:00
"notNull": true,
"default": "'{}'::json"
2023-05-22 12:14:37 -04:00
}
},
"indexes": {},
"foreignKeys": {},
2023-06-02 11:33:17 -04:00
"compositePrimaryKeys": {}
2023-05-22 12:14:37 -04:00
}
},
"enums": {},
"schemas": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
}
}