Loading backend/src/place/entities/available-date.entity.ts +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ export class AvailableDate { @JoinColumn({ name: 'idPlace' }) @ManyToOne(() => Place, (place) => place.availableDates, { nullable: false }) idPlace: number; idPlace: Place; @Column() startDate: Date; Loading Loading
backend/src/place/entities/available-date.entity.ts +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ export class AvailableDate { @JoinColumn({ name: 'idPlace' }) @ManyToOne(() => Place, (place) => place.availableDates, { nullable: false }) idPlace: number; idPlace: Place; @Column() startDate: Date; Loading