Role
Purpose
Contains information about user roles.
Diagram of relationships between access control tables
List of columns
Key | Name | Type | Required | Description |
PK | Id | int | yes | Entry identifier. |
Attributes | int | yes | Reserved. | |
Name | nvarchar | yes | Name of the role. | |
ProjectId | int | no | Project identifier. Corresponds to the entry identifier in the Project table. | |
Type | int | yes | User role type. Possible values are listed in the User Role Type table. |
4/12/2024 6:16:01 PM