This commit is contained in:
2025-12-05 11:00:20 +07:00
parent ac6c445b91
commit ae0f0d3800

View File

@ -127,6 +127,12 @@ export class TrxCustomerUser {
})
identity_file_visa: string;
@Column({
nullable: false,
length: 4096,
})
address: string;
@Column()
@CreateDateColumn()
created_at: Date;