app_role_context_levels

13 rows


Description

Lists which roles can be assigned at which context levels. The assignment is allowed in the corresponding row is present in this table.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_role_context_levels_id_seq'::regclass)
roleid int8 19 null
app_role.id Defined in XMLR
contextlevel int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_rolecontleve_id_pk Primary key Asc id
app_rolecontleve_conrol_uix Must be unique Asc/Asc contextlevel + roleid
app_rolecontleve_rol_ix Performance Asc roleid

Relationships