user_role_enum


Description

A row in this table represents a role that is assigned to a Lever user

Columns

Column Type Size Nulls Auto Default Children Parents Comments
user_role_id varchar 2147483647 null
users.user_role_id users_user_role_id_fkeyN

Id of the user role.

user_role varchar 2147483647 null

Role of the user.

description varchar 2147483647 null

Description of the user role.

Indexes

Constraint Name Type Sort Column(s)
user_role_enum_pkey Primary key Asc user_role_id

Relationships