Document toolboxDocument toolbox

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_idvarchar2(50) (error)
role_idnumber (error)

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

FieldDescription
user_id User identifier.
role_idRole identifier.