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

42 lines
846 B
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": "e8eef642-fc25-4737-8e75-5ad1e8c53b84",
"prevId": "3bddf21a-46a3-4ee8-8b41-bb79cb80d904",
2023-05-22 12:14:37 -04:00
"tables": {
2023-06-02 11:15:04 -04:00
"chats": {
"name": "chats",
2023-05-22 12:14:37 -04:00
"schema": "",
"columns": {
2023-06-02 11:15:04 -04:00
"id": {
"name": "id",
2023-05-22 12:14:37 -04:00
"type": "text",
"primaryKey": true,
"notNull": true
},
2023-06-02 11:15:04 -04:00
"role": {
"name": "role",
"type": "text",
"primaryKey": false,
"notNull": true
},
"userId": {
"name": "userId",
"type": "text",
"primaryKey": false,
"notNull": true
}
},
"indexes": {},
2023-05-22 12:14:37 -04:00
"foreignKeys": {},
"compositePrimaryKeys": {}
}
},
"enums": {},
"schemas": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
}
}