แก้ไขให้เพิ่มข้อความยาวได้

This commit is contained in:
AnandaTon 2024-05-21 11:11:33 +07:00
parent eb41d529c7
commit 2584d26d6c

View file

@ -156,6 +156,7 @@ export class Development extends EntityBase {
nullable: true,
comment: "หลักการและเหตุผล",
default: null,
type: "text",
})
reason: string;
@ -163,6 +164,7 @@ export class Development extends EntityBase {
nullable: true,
comment: "วัตถุประสงค์",
default: null,
type: "text",
})
objective: string;