แก้ไขให้เพิ่มข้อความยาวได้
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,
|
nullable: true,
|
||||||
comment: "หลักการและเหตุผล",
|
comment: "หลักการและเหตุผล",
|
||||||
default: null,
|
default: null,
|
||||||
|
type: "text",
|
||||||
})
|
})
|
||||||
reason: string;
|
reason: string;
|
||||||
|
|
||||||
|
|
@ -163,6 +164,7 @@ export class Development extends EntityBase {
|
||||||
nullable: true,
|
nullable: true,
|
||||||
comment: "วัตถุประสงค์",
|
comment: "วัตถุประสงค์",
|
||||||
default: null,
|
default: null,
|
||||||
|
type: "text",
|
||||||
})
|
})
|
||||||
objective: string;
|
objective: string;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue