New page for all concerts

This commit is contained in:
2024-10-12 19:40:12 +02:00
parent 3204e4a658
commit 60a9cea147
56 changed files with 531 additions and 405 deletions

View File

@@ -5,21 +5,21 @@ import { SeatRow } from "./seatRow.model";
@Table({ timestamps: false })
export class SeatGroup extends Model {
@Column
name: String
name: string
@Column
surcharge: Number
surcharge: number
@Column
capacity: Number
capacity: number
@Default(false)
@Column
standingArea: Boolean
standingArea: boolean
@ForeignKey(() => Location)
@Column
locationId: Number
locationId: number
// Relations