This commit is contained in:
2025-11-20 09:27:07 +09:00
parent 7d8afa40ea
commit f5bacccf43

View File

@ -52,7 +52,7 @@ export class TrxCustomerUser {
name: string; name: string;
@Column({ @Column({
nullable: false, nullable: true,
length: 256, length: 256,
}) })
file: string; file: string;