Stores a day value for the data collector
| Column Name | Column Datatype | Column Null Option | Column Comment |
| day_id | integer | not null | The day id |
| day_of_week | nvarchar(3) | not null | |
| day_of_month | integer1 | not null | |
| day_of_year | integer2 | not null | |
| week_of_year | integer1 | not null | |
| month_of_year | integer1 | not null | |
| current_year | integer2 | not null | |
| current_date | nvarchar(11) | not null | As a string |
| current_date_int | integer | not null | Integer representation of current date |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| day_id | wsm_dc_val_30min | day_id |
| day_id | wsm_dc_val_1year | day_id |
| day_id | wsm_dc_val_1week | day_id |
| day_id | wsm_dc_val_1mnth | day_id |
| day_id | wsm_dc_val_1min | day_id |
| day_id | wsm_dc_val_1hr | day_id |
| day_id | wsm_dc_val_1day | day_id |
| day_id | wsm_dc_val_8hr | day_id |
| day_id | wsm_dc_val_5min | day_id |