update
This commit is contained in:
@ -83,7 +83,7 @@ export class TrxCustomerUser {
|
||||
nullable: true,
|
||||
length: 256,
|
||||
})
|
||||
identity: string;
|
||||
identity_number: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
|
||||
@ -86,7 +86,7 @@ export class TrxCustomer {
|
||||
nullable: true,
|
||||
length: 256,
|
||||
})
|
||||
identity: string;
|
||||
identity_number: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
|
||||
Reference in New Issue
Block a user