sp800_user_roles
This tables represents the link between users within sp085_users and the authorisation roles (e.g. Service Resource, Service Resource Manager, or Planner) associated with them.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
user_id | varchar2(50) | Â | |
role_id | number | Â |
Keys
primary key (user_id, role_id)Â
foreign key (user_id) references sp085_users (user_id)Â
foreign key (role_id) references sp808_role_definition (role_id)
Primary Key Referenced From
Â
Column Descriptions
Field | Description |
---|---|
user_id | User identifier. |
role_id | Role identifier. |