roles

18 rows


Description

A role identifying what the user can do.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
roleId INT 10 null
role_permissions.roleId Implied Constraint R
user_roles.roleId Implied Constraint R
name VARCHAR 50 null

The internal name of the role

description VARCHAR 100 null

A description of what the role allows

Indexes

Constraint Name Type Sort Column(s)
roles_s_pk Primary key Asc roleId
PRIMARY Must be unique Asc roleId

Relationships