Merge branch 'dev' of https://repositorio.acatlan.unam.mx/CIDWA/pcpuma_unam_api into dev
This commit is contained in:
@@ -17,7 +17,7 @@ export class Carrera {
|
||||
@Column({ type: String, nullable: false, length: 150 })
|
||||
carrera: string;
|
||||
|
||||
@Column({ type: String, nullable: false, length: 3 })
|
||||
@Column({ type: String, nullable: false, length: 10 })
|
||||
clave: string;
|
||||
|
||||
@ManyToOne(() => Nivel, (nivel) => nivel.carreras, { eager: true })
|
||||
|
||||
Reference in New Issue
Block a user