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",