Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Relationship ID |
|||
group_id | INT UNSIGNED | 10 | null |
|
|
ID of the group |
||||
organization_id | INT UNSIGNED | 10 | null |
|
|
ID of the Organization Contact |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_group_organization_organization_id | Performance | Asc | organization_id |
UI_group_organization | Must be unique | Asc/Asc | group_id + organization_id |