This commit is contained in:
parent
256296672d
commit
9aa0a97a53
2 changed files with 18 additions and 24 deletions
|
|
@ -273,8 +273,9 @@ export class ProfileSalaryTemp extends EntityBase {
|
|||
length: 40,
|
||||
comment: "คีย์นอก(FK)ของตาราง profileSalary",
|
||||
default: null,
|
||||
type: "varchar",
|
||||
})
|
||||
salaryId: string;
|
||||
salaryId: string | null;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
|
|
@ -292,7 +293,7 @@ export class ProfileSalaryTemp extends EntityBase {
|
|||
})
|
||||
posNumCodeSitAbb: string;
|
||||
|
||||
@Column({
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 255,
|
||||
comment: "ด้านทางการบริหาร",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue