update
This commit is contained in:
@ -127,6 +127,12 @@ export class TrxCustomerUser {
|
|||||||
})
|
})
|
||||||
identity_file_visa: string;
|
identity_file_visa: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: false,
|
||||||
|
length: 4096,
|
||||||
|
})
|
||||||
|
address: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user