From e99dd9705da009936c5b1f5d8b78e91bb9915c2e Mon Sep 17 00:00:00 2001 From: fro1991 Date: Sat, 1 Nov 2025 01:37:02 +0700 Subject: [PATCH] update --- src/entity/trx_banks.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/entity/trx_banks.ts b/src/entity/trx_banks.ts index f77b3de..86f3745 100644 --- a/src/entity/trx_banks.ts +++ b/src/entity/trx_banks.ts @@ -34,6 +34,12 @@ export class TrxBank { }) iban: boolean; + @Column({ + nullable: true, + length: 225, + }) + iban_code: string; + @Column({ default: false, })