fix script
All checks were successful
Build & Deploy on Dev / build (push) Successful in 51s

This commit is contained in:
Warunee Tamkoo 2026-02-06 17:02:08 +07:00
parent 256296672d
commit 9aa0a97a53
2 changed files with 18 additions and 24 deletions

View file

@ -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: "ด้านทางการบริหาร",