Table representing working days
Data model
Fields
| Field | Type | Description |
|---|---|---|
| workday_acronym | NVARCHAR (20) | Acronym to the day |
| workday_active* | BIT | Status of the day |
| workday_date_end_hour | DATETIME | End date of the day |
| workday_date_ref_hour | DATETIME | Reference date of the day |
| workday_date_start_hour | DATETIME | Start date of the day |
| workday_icon_class | NVARCHAR (510) | Icon associated with the day |
| workday_id* | INT | Unique identifier of the working day |
| workday_name* | NVARCHAR (510) | Name of the day |
Primary Key
| PK_AFLS_WORKDAYS |
|---|
| workday_id |