Contains relationship information between a closed service category and an additional field
Data model
Fields
| Field | Type | Description |
|---|---|---|
| category_id* | INT | Unique identifier of the closed service category |
| field_id* | INT | Identifier of the additional field related to the closed 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_CLOSED |
|---|
| category_id, field_id |