diff --git a/src/entity/tcel_logs.ts b/src/entity/tcel_logs.ts index 0cd2968..ff77899 100644 --- a/src/entity/tcel_logs.ts +++ b/src/entity/tcel_logs.ts @@ -33,6 +33,16 @@ export class TcelLog { }) response: string; + @Column({ + length: 128, + }) + supplier_reference_code: string; + + @Column({ + length: 128, + }) + supplier_transaction_code: string; + @Column() response_at: Date;