Migrate update_command_add_shortName #242
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s

This commit is contained in:
harid 2026-05-26 15:30:51 +07:00
parent 136a4c562e
commit 81e8dadd9b
3 changed files with 108 additions and 22 deletions

View file

@ -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: "เลขที่คำสั่ง",