variables ids faltantes
This commit is contained in:
@@ -20,6 +20,9 @@ export class Modulo {
|
||||
@Column({ type: String, nullable: false, length: 30 })
|
||||
modulo: string;
|
||||
|
||||
@Column({ type: Number, nullable: true })
|
||||
id_institucion: number;
|
||||
|
||||
@ManyToOne(() => Institucion, (institucion) => institucion.modulos, {
|
||||
eager: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user