si funciona no le muevas

This commit is contained in:
IO
2024-07-29 19:27:28 -06:00
parent 376e75c5ee
commit 672a5e82fd
@@ -4,7 +4,7 @@ import { Profesor } from "../../Profesor/entities/profesor.entity";
@Entity({ name: 'lineas_investigacion' })
export class LineasInvestigacion {
@PrimaryGeneratedColumn({ name: 'PK_lineas_investigacion' })
@PrimaryGeneratedColumn()
id_linea_inv: number;
@Column({ type: 'int', nullable: false })