From 82be38becf81cd375660ba616aae0b3b1a977f7f Mon Sep 17 00:00:00 2001 From: Kittapath Date: Thu, 9 May 2024 11:41:24 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A7=E0=B8=B1=E0=B8=99=E0=B8=97=E0=B8=B5?= =?UTF-8?q?=E0=B9=88=E0=B8=A3=E0=B8=AD=E0=B8=9A=E0=B8=9E=E0=B8=B4=E0=B9=80?= =?UTF-8?q?=E0=B8=A8=E0=B8=A9=E0=B8=A7=E0=B9=88=E0=B8=B2=E0=B8=87=E0=B9=84?= =?UTF-8?q?=E0=B8=94=E0=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/kpiUserSpecial.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entities/kpiUserSpecial.ts b/src/entities/kpiUserSpecial.ts index 10434f6..d305240 100644 --- a/src/entities/kpiUserSpecial.ts +++ b/src/entities/kpiUserSpecial.ts @@ -196,9 +196,9 @@ export class CreateKpiUserSpecial { kpiUserEvaluationId: string; @Column() documentInfoEvidence: string; - @Column() + @Column({ nullable: true }) startDate: Date; - @Column() + @Column({ nullable: true }) endDate: Date; @Column() period: string;