Role Allow View Table Schema (role_allow_view)


Description

This table stores which which other roles a user is allowed to view to if they have one role.

role_allow_view table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
roleid BIGINT 19 null
role.id rolealloview_rol2_fk R

The role the user has.

allowview BIGINT 19 null
role.id rolealloview_all2_fk R

The id of a role that the user is allowed to view to as a result of having this role.

Table contained -1 rows

role_allow_view table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
rolealloview_all_ix Performance Asc allowview
rolealloview_rol_ix Performance Asc roleid
rolealloview_rolall_uix Must be unique Asc/Asc roleid + allowview

role_allow_view table relationships