diff --git a/src/entity/credit_companies.ts b/src/entity/credit_companies.ts index 19444a0..8455cb6 100644 --- a/src/entity/credit_companies.ts +++ b/src/entity/credit_companies.ts @@ -39,6 +39,12 @@ export class CreditCompany { }) type: string; + @Column({ + nullable: true, + length: 4096 + }) + logo: string; + @Column({ nullable: false, length: 256