From 5a49bbba53159263bf2e9963dec915702c10738c Mon Sep 17 00:00:00 2001 From: "fazri.is" Date: Wed, 26 Nov 2025 14:57:55 +0700 Subject: [PATCH] update --- src/entity/trx_customer_users.ts | 12 ------------ src/entity/trx_customers.ts | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/src/entity/trx_customer_users.ts b/src/entity/trx_customer_users.ts index 5545cbd..e872b02 100644 --- a/src/entity/trx_customer_users.ts +++ b/src/entity/trx_customer_users.ts @@ -51,12 +51,6 @@ export class TrxCustomerUser { }) name: string; - @Column({ - nullable: true, - length: 256, - }) - file: string; - @Column({ type: "jsonb", nullable: true, @@ -133,12 +127,6 @@ export class TrxCustomerUser { }) identity_file_visa: string; - @Column({ - nullable: true, - length: 256, - }) - identity_type: TrxIdentityType; - @Column() @CreateDateColumn() created_at: Date; diff --git a/src/entity/trx_customers.ts b/src/entity/trx_customers.ts index b40c439..3bfc6d7 100644 --- a/src/entity/trx_customers.ts +++ b/src/entity/trx_customers.ts @@ -129,18 +129,6 @@ export class TrxCustomer { @JoinTable() country: TrxCountry; - @Column({ - nullable: true, - length: 256, - }) - identity_number: string; - - @Column({ - nullable: true, - length: 256, - }) - identity_type: TrxIdentityType; - @Column({ nullable: true, length: 256,