diff --git a/src/institucion/entity/institucion.entity.ts b/src/institucion/entity/institucion.entity.ts index a5658c3..18bb861 100644 --- a/src/institucion/entity/institucion.entity.ts +++ b/src/institucion/entity/institucion.entity.ts @@ -37,7 +37,7 @@ export class Institucion { @Column({ type: String, nullable: true, length: 60 }) logo: string; - @Column({ type: String, nullable: true, length: 40 }) + @Column({ type: String, nullable: true, length: 60 }) responsable: string; @Column({ type: String, nullable: true, length: 10 })