tamño campo ubicacion apliado
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user