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