add text into potential large column

This commit is contained in:
chungyau97
2023-09-05 00:26:47 +08:00
parent 3849169a76
commit 02924f96c8
4 changed files with 5 additions and 5 deletions
@@ -17,7 +17,7 @@ export class ChatMessage implements IChatMessage {
@Column({ type: 'text' })
content: string
@Column({ nullable: true })
@Column({ nullable: true, type: 'text' })
sourceDocuments?: string
@CreateDateColumn()