From b015e47d0c80ab92e94b3c8bfad79ed156ef2b8d Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 11 Mar 2025 02:59:43 +0700 Subject: [PATCH] update --- src/entity/credit_applications.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/entity/credit_applications.ts b/src/entity/credit_applications.ts index bf592f1..e0c1a77 100644 --- a/src/entity/credit_applications.ts +++ b/src/entity/credit_applications.ts @@ -34,6 +34,12 @@ export class CreditApplication { }) application_date: Date; + @Column({ + nullable: true, + length: 256 + }) + cif: string; + @Column({ nullable: true, length: 256