migrate (LONGTEXT)
This commit is contained in:
parent
580df20c92
commit
9605365fe8
9 changed files with 101 additions and 13 deletions
|
|
@ -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: "ผลการปฏิบัติงานเป้าหมาย",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue