migrate
This commit is contained in:
parent
a11e01e54a
commit
7bba2fac81
2 changed files with 998 additions and 0 deletions
|
|
@ -34,6 +34,13 @@ export class ProfileAssistanceHistory extends EntityBase {
|
|||
})
|
||||
commandNo: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ชื่อคำสั่ง",
|
||||
default: null,
|
||||
})
|
||||
commandName: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "เอกสารอ้างอิง",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue