This is a reference table for access roles that users can have in Dawiso. It contains the list of available roles with their names and descriptions, essentially defining what types of access levels exist in the system.
Columns
| # | Column | Data Type | Nullable | PK | Identity | Computed | Collation |
|---|---|---|---|---|---|---|---|
| 1 | Role_Id | int | No | Yes | Yes | No | |
| 2 | Name | nvarchar | No | No | No | No | Czech_CI_AS |
| 3 | Description | nvarchar | Yes | No | No | No | Czech_CI_AS |
| 4 | Enum_Key | nvarchar | No | No | No | No | Czech_CI_AS |
Is Data Source For
| View | Columns |
|---|---|
| Role | Description, Name, Role_Id, Enum_Key |
| User | Enum_Key |
| User_roles_in_spaces | Name |
| User_Space_Permissions | Name |