roles

5 rows


Description

(Enum) Roles a user is allowed to have in an organization.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 null
organization_users.role_id organization_users_role_id_fkeyR
name text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
roles_pkey Primary key Asc id
roles_name_key Must be unique Asc name

Relationships