This commit is contained in:
2025-12-05 11:02:54 +07:00
parent ae0f0d3800
commit c9e117164b

View File

@ -128,7 +128,7 @@ export class TrxCustomerUser {
identity_file_visa: string; identity_file_visa: string;
@Column({ @Column({
nullable: false, nullable: true,
length: 4096, length: 4096,
}) })
address: string; address: string;