New page for all concerts
This commit is contained in:
@@ -9,7 +9,7 @@ export class Seat extends Model {
|
||||
|
||||
@ForeignKey(() => SeatRow)
|
||||
@Column
|
||||
seatRowId: Number
|
||||
seatRowId: number
|
||||
|
||||
|
||||
// Relations
|
||||
|
||||
Reference in New Issue
Block a user