From cc2fa3fc24dac07c3dadcc91fda7f654f1ab3e71 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 11 Mar 2025 04:08:23 +0700 Subject: [PATCH] update --- src/entity/credit_companies.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/entity/credit_companies.ts b/src/entity/credit_companies.ts index 19444a0..8455cb6 100644 --- a/src/entity/credit_companies.ts +++ b/src/entity/credit_companies.ts @@ -39,6 +39,12 @@ export class CreditCompany { }) type: string; + @Column({ + nullable: true, + length: 4096 + }) + logo: string; + @Column({ nullable: false, length: 256