Skip to main content

groups

Module: admin

User groups for permission management and ownership.

NameTypeNullableDefault ValueNotes
PKID
integerGroup ID
creator
integerCreator user ID (defaults to authenticated user on creation)
creationdate
bigintdate_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintdate_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
leader
users.ID
integerLeader user ID
activity
smallint0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
name
textName (case-insensitively unique)
description
text''
NameUniqueNulls DistinctPrimaryPartialMethodKeys
pk_groupsbtreeID
s_groups_nameginname
u_groups_namebtreelower(name)
NameType
dc_groups_activitycheck
dc_groups_descriptioncheck
dc_groups_namecheck
fk_groups_leaderforeign_key
pk_groupsprimary_key
Loading...