From 7d3122e129e049e9bb716ab72d26b24b6731e7b0 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Wed, 29 Oct 2025 22:31:33 +0700 Subject: [PATCH] update --- src/entity/trx_transactions.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/entity/trx_transactions.ts b/src/entity/trx_transactions.ts index 50d0b4c..53c1a27 100644 --- a/src/entity/trx_transactions.ts +++ b/src/entity/trx_transactions.ts @@ -121,6 +121,15 @@ export class TrxTransaction { }) settlement_file: string; + @Column({ + nullable: true, + length: 256, + }) + mt103_file: string; + + @Column({ nullable: true, length: 256 }) + teller_reference_number: string; + @Column({ nullable: true, length: 256 }) settlemented_by: string;