role_allow_view

0 rows


Description

This table stores which which other roles a user is allowed

Columns

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

The role the user has.

allowview BIGINT 19 null
role.id rolealloview_all2_fkR

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

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
rolealloview_all4_ix Performance Asc allowview
rolealloview_rol4_ix Performance Asc roleid
rolealloview_rolall2_uix Must be unique Asc/Asc roleid + allowview

Relationships