From b510ae62aaede24ac9e40e8fe5542c5d97859444 Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Thu, 16 May 2024 09:35:11 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=82=E0=B8=84?= =?UTF-8?q?=E0=B9=89=E0=B8=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/ProfileDiscipline.ts | 1 + src/entities/ProfileSalaryEmployee.ts | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) 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: "ประเภทคำสั่ง",