Contains the information for managing the days of the calendars
Data model
Fields
| Field | Type | Description |
|---|---|---|
| calendar_id* | INT | Calendar ID, table reference, ASMS_CALENDAR. CALENDAR_ID |
| day_id* | INT | Unique identifier for calendar days |
| fecha* | DATETIME | Inactivity Date |
Primary Key
| PK_ASMS_CALENDAR_DAYS |
|---|
| day_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| calendar_id* | dbo.ASMS_CALENDAR | calendar_id | FK01_ASMS_CALENDAR_DAYS |