app_role_allow_assign

8 rows


Description

this defines what role can assign what role

Columns

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

Indexes

Constraint Name Type Sort Column(s)
app_rolealloassi_id_pk Primary key Asc id
app_rolealloassi_all_ix Performance Asc allowassign
app_rolealloassi_rol_ix Performance Asc roleid
app_rolealloassi_rolall_uix Must be unique Asc/Asc roleid + allowassign

Relationships