From 81faffcb984865cfd3ada5b30bc492003d66a17b Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Thu, 6 Nov 2025 22:37:37 +0700 Subject: [PATCH] up --- src/entity/trx_customers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entity/trx_customers.ts b/src/entity/trx_customers.ts index e4bda55..7c7c520 100644 --- a/src/entity/trx_customers.ts +++ b/src/entity/trx_customers.ts @@ -100,6 +100,7 @@ export class TrxCustomer { identity_type: TrxIdentityType; @Column({ + nullable: true, length: 256, }) position: TrxCustomerPosition;