Loading backend/src/place/entities/place-traduction.entity.ts +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ export class PlaceTraduction { @PrimaryColumn({ name: 'idPlace', type: Number }) @ManyToOne(() => Place, (place) => place.availableDates, { nullable: false }) idPlace: Place; idPlace: number; @Column() description: string; Loading Loading
backend/src/place/entities/place-traduction.entity.ts +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ export class PlaceTraduction { @PrimaryColumn({ name: 'idPlace', type: Number }) @ManyToOne(() => Place, (place) => place.availableDates, { nullable: false }) idPlace: Place; idPlace: number; @Column() description: string; Loading