RoleWorkstationType
Purpose
Contains information about relationships between roles and station types.
Diagram of relationships between access control tables
List 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. |
12.04.2024 18:16:03