This commit is contained in:
2025-11-26 14:57:55 +07:00
parent 1e4393be1f
commit 5a49bbba53
2 changed files with 0 additions and 24 deletions

View File

@ -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;

View File

@ -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,