Table Type: Metadata
The many-to-many mapping between schedule groups and schedules.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| schedule_group_id | string | Primary Key | Schedule Group id |
| schedule_id | string | Primary Key | Schedule id |
| schedule_type | string | Schedule Type - one of Open, Closed or Holiday | |
| db_last_updated | datetime | The last time this record was updated in the database |
