From c9e117164bec2fc4b5b9103ff777f221b95c1212 Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Fri, 5 Dec 2025 11:02:54 +0700 Subject: [PATCH] update --- src/entity/trx_customer_users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/trx_customer_users.ts b/src/entity/trx_customer_users.ts index ba28641..cd56f67 100644 --- a/src/entity/trx_customer_users.ts +++ b/src/entity/trx_customer_users.ts @@ -128,7 +128,7 @@ export class TrxCustomerUser { identity_file_visa: string; @Column({ - nullable: false, + nullable: true, length: 4096, }) address: string;