From 02a03778403463a70b1d7fe4625b1f8a0d373a94 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 28 Jan 2025 15:24:07 +0700 Subject: [PATCH] update --- src/entity/credit_applications.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entity/credit_applications.ts b/src/entity/credit_applications.ts index 12afc8f..e15dcbe 100644 --- a/src/entity/credit_applications.ts +++ b/src/entity/credit_applications.ts @@ -29,8 +29,8 @@ export class CreditApplication { code: string; @Column({ - type: Date, - nullable: false, + type: 'date', + nullable: true, }) application_date: Date;