Purpose
Contains information about relationships between roles and station types. Diagram of relationships between access control tables List of dictionariesList of columns
Key | Name | Type | Required | Description |
PK | Id | int | yes | Entry identifier. |
RoleId | int | yes | Role identifier. Corresponds to the entry identifier in the Role table. | |
WorkstationType | int | yes | Station type identifier. Corresponds to the entry identifier in the WorkstationType table. |
