migrate (LONGTEXT)

This commit is contained in:
harid 2025-11-26 11:47:13 +07:00
parent 580df20c92
commit 9605365fe8
9 changed files with 101 additions and 13 deletions

View file

@ -18,14 +18,14 @@ export class AssignJob extends EntityBase {
id: number;
@Column({
type: "text",
type: "longtext",
nullable: false,
comment: "ผลการปฏิบัติงานกิจกรรม/ขั้นตอนการปฏิบัติ",
})
activity_desc: string;
@Column({
type: "text",
type: "longtext",
nullable: false,
comment: "ผลการปฏิบัติงานเป้าหมาย",
})