migrate
This commit is contained in:
parent
03a7b45aa3
commit
a27dbaf3aa
2 changed files with 27 additions and 1 deletions
|
|
@ -189,11 +189,17 @@ export class Profile extends EntityBase {
|
|||
isProbation: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "เกษียณ",
|
||||
comment: "พ้นราชการ",
|
||||
default: false,
|
||||
})
|
||||
isLeave: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "เกษียณ",
|
||||
default: false,
|
||||
})
|
||||
isRetirement: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะการใช้งาน",
|
||||
default: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue