update
This commit is contained in:
@ -51,12 +51,6 @@ export class TrxCustomerUser {
|
|||||||
})
|
})
|
||||||
name: string;
|
name: string;
|
||||||
|
|
||||||
@Column({
|
|
||||||
nullable: true,
|
|
||||||
length: 256,
|
|
||||||
})
|
|
||||||
file: string;
|
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
type: "jsonb",
|
type: "jsonb",
|
||||||
nullable: true,
|
nullable: true,
|
||||||
@ -133,12 +127,6 @@ export class TrxCustomerUser {
|
|||||||
})
|
})
|
||||||
identity_file_visa: string;
|
identity_file_visa: string;
|
||||||
|
|
||||||
@Column({
|
|
||||||
nullable: true,
|
|
||||||
length: 256,
|
|
||||||
})
|
|
||||||
identity_type: TrxIdentityType;
|
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|||||||
@ -129,18 +129,6 @@ export class TrxCustomer {
|
|||||||
@JoinTable()
|
@JoinTable()
|
||||||
country: TrxCountry;
|
country: TrxCountry;
|
||||||
|
|
||||||
@Column({
|
|
||||||
nullable: true,
|
|
||||||
length: 256,
|
|
||||||
})
|
|
||||||
identity_number: string;
|
|
||||||
|
|
||||||
@Column({
|
|
||||||
nullable: true,
|
|
||||||
length: 256,
|
|
||||||
})
|
|
||||||
identity_type: TrxIdentityType;
|
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true,
|
nullable: true,
|
||||||
length: 256,
|
length: 256,
|
||||||
|
|||||||
Reference in New Issue
Block a user