Add more locations, add all location images, adjust seatGroups in locations
This commit is contained in:
@@ -5,6 +5,9 @@ import { SeatGroup } from "./seatGroup.model";
|
||||
|
||||
@Table({ timestamps: false })
|
||||
export class Location extends Model {
|
||||
@Column
|
||||
urlName: string
|
||||
|
||||
@Column
|
||||
name: String
|
||||
|
||||
@@ -16,10 +19,10 @@ export class Location extends Model {
|
||||
cityId: Number
|
||||
|
||||
@Column
|
||||
image: String
|
||||
imageIndoor: String
|
||||
|
||||
@Column
|
||||
logo: String
|
||||
imageOutdoor: String
|
||||
|
||||
|
||||
// Relations
|
||||
|
||||
Reference in New Issue
Block a user