tamño campo ubicacion apliado

This commit is contained in:
xXpuma99Xx
2022-07-14 09:37:22 -05:00
parent f8e25de751
commit c160a958af
+1 -1
View File
@@ -52,7 +52,7 @@ export class Institucion {
@Column({ type: Number, nullable: false, default: 10 })
tiempo_recoger: number;
@Column({ type: String, nullable: true, length: 60 })
@Column({ type: String, nullable: true, length: 100 })
ubicacion: string;
@OneToMany(() => InstitucionCarrera, (carrera) => carrera.institucion)