This commit is contained in:
syuilo
2022-12-25 14:22:23 +09:00
parent 3e81913b6a
commit f44a7e2536
9 changed files with 24 additions and 22 deletions

View File

@ -53,6 +53,7 @@ export class Note {
})
public threadId: string | null;
// TODO: varcharにしたい
@Column('text', {
nullable: true,
})