Contains relationship information between a service category and a timer
Data model

Fields
Field |
Type |
Description |
category_id* |
INT |
Unique identifier of the service category, reference the table ASDK_CATEGORY.ctg_index |
service_id* |
INT |
Related service ID, reference table ASDK_SERVICE.id |
time_id* |
INT |
Timer ID, reference the ASMS_TIMES.id table |
type |
INT |
Identifies the behavior of the category on a specific timer (1 = exclusive to the category, 2 = included) |
Primary Key
PK_ASDK_CATEGORY_TIME |
category_id, time_id, service_id |
References