diff --git a/src/entities/ProfileDiscipline.ts b/src/entities/ProfileDiscipline.ts index ca698a75..c9fb0f3c 100644 --- a/src/entities/ProfileDiscipline.ts +++ b/src/entities/ProfileDiscipline.ts @@ -15,6 +15,7 @@ export class ProfileDiscipline extends EntityBase { date: Date; @Column({ + nullable: true, length: 40, comment: "ไอดีโปรไฟล์", type: "uuid", diff --git a/src/entities/ProfileSalaryEmployee.ts b/src/entities/ProfileSalaryEmployee.ts index 6c6783e0..7b21dc74 100644 --- a/src/entities/ProfileSalaryEmployee.ts +++ b/src/entities/ProfileSalaryEmployee.ts @@ -222,11 +222,11 @@ export class ProfileSalaryEmployee extends EntityBase { }) order: number; - @Column({ - comment: "เลขที่คำสั่ง", - type: "text", - }) - commandNo: string; + // @Column({ + // comment: "เลขที่คำสั่ง", + // type: "text", + // }) + // commandNo: string; @Column({ comment: "ประเภทคำสั่ง",