add chatId column

This commit is contained in:
chungyau97
2023-09-18 21:45:51 +08:00
parent 7b54f17a58
commit d6cf5fed42
5 changed files with 77 additions and 6 deletions
@@ -23,6 +23,9 @@ export class ChatMessage implements IChatMessage {
@Column()
chatType: string
@Column()
chatId: string
@Column({ nullable: true })
memoryType?: string