migrate + fix issue #993
This commit is contained in:
parent
7a0ab2271d
commit
4011abe5ea
5 changed files with 142 additions and 43 deletions
|
|
@ -197,11 +197,17 @@ export class ProfileEmployee 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