Table

group_nestings

Description

Groups Nestings


Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


group_idinteger, foreign keySource Group Record IDgroups:id(tick)Members of this group are "nested" into the target group
target_group_idinteger, foreign keyTarget Group Record IDgroups:id(tick)
negatebooleanWhether to negate memberships
  • true: Members of the source group are prevented from being members in the target group
  • false: Members of the source group may become members in the target group
(tick)
  • No labels