This commit is contained in:
fro1991
2025-10-29 22:39:32 +07:00
parent 7d3122e129
commit 6514da2f1a
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ export class TrxCustomerUser {
nullable: true, nullable: true,
length: 256, length: 256,
}) })
identity: string; identity_number: string;
@Column() @Column()
@CreateDateColumn() @CreateDateColumn()

View File

@ -86,7 +86,7 @@ export class TrxCustomer {
nullable: true, nullable: true,
length: 256, length: 256,
}) })
identity: string; identity_number: string;
@Column() @Column()
@CreateDateColumn() @CreateDateColumn()