From 61a862fc611432152d56d2774e428dc63850ad1a Mon Sep 17 00:00:00 2001 From: fro1991 Date: Sat, 18 Jan 2025 01:49:51 +0700 Subject: [PATCH] update --- src/entity/credit_debtors.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/entity/credit_debtors.ts b/src/entity/credit_debtors.ts index 54ef44e..e7079fd 100644 --- a/src/entity/credit_debtors.ts +++ b/src/entity/credit_debtors.ts @@ -115,6 +115,12 @@ export class CreditDebtor { }) photo: string; + @Column({ + nullable: true, + length: 64 + }) + photo_status: CreditApplicationFileStatus; + @Column({ nullable: true, length: 4096