fixed foreign key

This commit is contained in:
2025-09-18 16:50:10 -06:00
parent 719779b763
commit b7ac5aea50
18 changed files with 66 additions and 169 deletions
+1
View File
@@ -8,6 +8,7 @@ export class Servicio {
@Column({ type: 'varchar', length: 45, nullable: false })
servicio: string;
@OneToMany(
() => DetalleServicio,
(id_detalle_servicio) => id_detalle_servicio.id_servicio,