แก้ไขให้เพิ่มข้อความยาวได้
This commit is contained in:
parent
eb41d529c7
commit
2584d26d6c
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue