Contains relationship information between a service category and an additional field
Data model

Fields
| Field |
Type |
Description |
| category_id* |
INT |
Unique identifier of the service category |
| field_id* |
INT |
Identifier of the additional field related to the category |
| service_id* |
INT |
Service identifier related to the category |
| type |
INT |
Identifies the behavior of the additional field for the category (1 = exclusive to the category, 2 = included) |
Primary Key
| PK_ASDK_CATEGORY_FIELD |
| category_id, field_id, service_id |
References