This commit is contained in:
fro1991
2025-03-11 04:08:23 +07:00
parent b015e47d0c
commit cc2fa3fc24

View File

@ -39,6 +39,12 @@ export class CreditCompany {
}) })
type: string; type: string;
@Column({
nullable: true,
length: 4096
})
logo: string;
@Column({ @Column({
nullable: false, nullable: false,
length: 256 length: 256