Migrate update_command_add_shortName #242
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
This commit is contained in:
parent
136a4c562e
commit
81e8dadd9b
3 changed files with 108 additions and 22 deletions
|
|
@ -34,6 +34,14 @@ export class Command extends EntityBase {
|
|||
})
|
||||
issue: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ชื่อย่อหน่วยงานที่ออกคำสั่ง",
|
||||
length: 16,
|
||||
default: null,
|
||||
})
|
||||
shortName: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "เลขที่คำสั่ง",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue