From b7df55dcaed29b16f7bf8401e4d07785f06b93ef Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 15 Jul 2025 14:12:24 +0700 Subject: [PATCH] update --- src/entity/remit_transactions.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/entity/remit_transactions.ts b/src/entity/remit_transactions.ts index a2707a3..2e3c55c 100644 --- a/src/entity/remit_transactions.ts +++ b/src/entity/remit_transactions.ts @@ -107,6 +107,12 @@ export class RemitTransaction { }) remark: String; + @Column({ + nullable: true, + length: 4096, + }) + supplier_reference: String; + @Column({ nullable: true, type: "int2",