From 6514da2f1a4386d784030f837d61076726f53bfd Mon Sep 17 00:00:00 2001 From: fro1991 Date: Wed, 29 Oct 2025 22:39:32 +0700 Subject: [PATCH] update --- src/entity/trx_customer_users.ts | 2 +- src/entity/trx_customers.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entity/trx_customer_users.ts b/src/entity/trx_customer_users.ts index 34922aa..04b01a5 100644 --- a/src/entity/trx_customer_users.ts +++ b/src/entity/trx_customer_users.ts @@ -83,7 +83,7 @@ export class TrxCustomerUser { nullable: true, length: 256, }) - identity: string; + identity_number: string; @Column() @CreateDateColumn() diff --git a/src/entity/trx_customers.ts b/src/entity/trx_customers.ts index 02c99d6..c3e5578 100644 --- a/src/entity/trx_customers.ts +++ b/src/entity/trx_customers.ts @@ -86,7 +86,7 @@ export class TrxCustomer { nullable: true, length: 256, }) - identity: string; + identity_number: string; @Column() @CreateDateColumn()