Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
Campaign Group id. |
|||
| campaign_id | INT UNSIGNED | 10 | null |
|
|
Foreign key to the activity Campaign. |
||||
| group_type | VARCHAR | 8 | √ | null |
|
|
Type of Group. |
|||
| entity_table | VARCHAR | 64 | √ | null |
|
|
Name of table where item being referenced is stored. |
|||
| entity_id | INT UNSIGNED | 10 | √ | null |
|
|
Entity id of referenced table. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_civicrm_campaign_group_campaign_id | Performance | Asc | campaign_id |

