This commit is contained in:
fro1991
2025-11-20 23:02:30 +09:00

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;