Table Type: Metadata
Contains the schedule groups. Schedule group determine whether queues are open or not, and contain references to schedules; A schedule can be in any number of schedule groups
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | Schedule Group id |
| name | string | Name | |
| db_last_updated | datetime | The last time this record was updated in the database | |
| db_when_created | datetime | The time this record was created in the database | |
| db_when_deleted | datetime | The time this record was deleted in the database or NULL | |
| state | string | One of: active, inactive, deleted | |
| division_id | string | Division id | |
| description | string | The schedule group description | |
| version | int32 | The version of the schedule group | |
| date_created | datetime | The date the schedule group was created | |
| date_modified | datetime | The date the schedule group was modified | |
| modified_by | string | The user that last modified the schedule group | |
| created_by | string | The user that created the schedule group | |
| modified_by_app | string | The application that last modified the resource | |
| created_by_app | string | The application that created the resource | |
| timezone | string | The timezone the schedules are in |
