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()