This space is archived

For current information please use the current ExamSys documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Purpose: Stores the roles available to users in Rogo
Joins: user_roles

Field

Type

Purpose

id

int(4)

Primary key

name

varchar(30)

The string identifier for the role

grouping

varchar(30)

Used to group several roles together, users may have roles from any combination of groupings.

group

int(4)

Users may only have roles from a single group within a grouping

  • No labels