Event log table for a particular associated calendar.
Data model
Fields
Field | Type | Description |
---|---|---|
cale_id* | INT | Identifier of the associated calendar. |
calev_id* | INT | Primary Table Key |
calev_startdate* | DATETIME | Field for calendar event start date registration. |
calev_status* | INT | Field for identifying the status of the calendar event. |
Primary Key
PK_AFLS_CALENDARS_EVENTS |
---|
calev_id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
cale_id* | dbo.AFLS_CALENDAR | cale_id | FK01_AFLS_CALENDARS_EVENTS |