Table Type: Metadata
Contains the schedules.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | Schedule id |
| 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 | |
| name | string | Name | |
| division_id | string | Division id | |
| description | string | The schedule description | |
| version | int32 | The version of the schedule | |
| 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 | |
| start | datetime | The start date/time without a timezone | |
| end | datetime | The end date/time without a timezone | |
| rrule | string | An iCal Recurrence Rule (RRULE) string. |
