From 2641dfa4a1cd6b26aa5596989c0ab748388b3dbe Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 9 Sep 2025 23:07:35 +0700 Subject: [PATCH] update --- src/entity/remit_config_banks.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/entity/remit_config_banks.ts b/src/entity/remit_config_banks.ts index 9bf0822..f1db16c 100644 --- a/src/entity/remit_config_banks.ts +++ b/src/entity/remit_config_banks.ts @@ -31,6 +31,12 @@ export class RemitConfigBank { }) formerly: string; + @Column({ + nullable: true, + length: 4096, + }) + logo: string; + @Column({ nullable: true, length: 64, @@ -41,7 +47,7 @@ export class RemitConfigBank { @CreateDateColumn() created_at: Date; - @Column({ nullable: true, length: 256, }) + @Column({ nullable: true, length: 256 }) created_by: string; @Column({ nullable: true })