TIME_RANGE
Description
This table stores information about time ranges.
Columns
| Column Name | Data Type | Description |
| ID | bigint | Primary key column for the table |
| END_TIME_INCLUSIVE_ITEM | time | Stores the end time of the time range |
| START_TIME_INCLUSIVE_ITEM | time | Stores the start time of the time range |
| TIME_RANGES_EFFECTIVE_DAY_ID | bigint | Stores the ID of the effective day associated with the time range. |
| TIME_RANGES_HJORDER | int | Stores the HJORDER of the time range. |
Foreign Key Relationships
- TIME_RANGES_EFFECTIVE_DAY_ID references EFFECTIVE_DAY(ID)