algo
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user