Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||||
mailing_id | INT UNSIGNED | 10 | null |
|
|
The ID of a previous mailing to include/exclude recipients. |
||||
group_type | VARCHAR | 8 | √ | null |
|
|
Are the members of the group included or excluded?. |
|||
entity_table | VARCHAR | 64 | null |
|
|
Name of table where item being referenced is stored. |
||||
entity_id | INT UNSIGNED | 10 | null |
|
|
Foreign key to the referenced item. |
||||
search_id | INT | 10 | √ | null |
|
|
The filtering search. custom search id or -1 for civicrm api search |
|||
search_args | TEXT | 65535 | √ | null |
|
|
The arguments to be sent to the search function |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_mailing_group_mailing_id | Performance | Asc | mailing_id |