From 60887289f37eaceec2891d114e696c44f9c768b0 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Mon, 30 Jun 2025 02:10:15 +0700 Subject: [PATCH] update --- src/entity/tcel_logs.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/entity/tcel_logs.ts b/src/entity/tcel_logs.ts index ff77899..c2e1aba 100644 --- a/src/entity/tcel_logs.ts +++ b/src/entity/tcel_logs.ts @@ -35,11 +35,13 @@ export class TcelLog { @Column({ length: 128, + nullable: true, }) supplier_reference_code: string; @Column({ length: 128, + nullable: true, }) supplier_transaction_code: string;