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;