This commit is contained in:
2022-08-01 13:47:32 -05:00
parent 2e03284d69
commit df97c7a204
+1 -1
View File
@@ -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 })