Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Relationship ID |
|||
child_group_id | INT UNSIGNED | 10 | null |
|
|
ID of the child group |
||||
parent_group_id | INT UNSIGNED | 10 | null |
|
|
ID of the parent group |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_group_nesting_child_group_id | Performance | Asc | child_group_id |
FK_civicrm_group_nesting_parent_group_id | Performance | Asc | parent_group_id |