Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Group ID |
|||||||||||||||||||||
name | VARCHAR | 64 | √ | null |
|
|
Internal name of Group. |
|||||||||||||||||||||
description | TEXT | 65535 | √ | null |
|
|
Optional verbose description of the group. |
|||||||||||||||||||||
source | VARCHAR | 64 | √ | null |
|
|
Module or process which created this group. |
|||||||||||||||||||||
saved_search_id | INT UNSIGNED | 10 | √ | null |
|
|
FK to saved search table. |
|||||||||||||||||||||
is_active | TINYINT | 3 | √ | null |
|
|
Is this entry active? |
|||||||||||||||||||||
visibility | VARCHAR | 24 | √ | User and User Admin Only |
|
|
In what context(s) is this field visible. |
|||||||||||||||||||||
where_clause | TEXT | 65535 | √ | null |
|
|
the sql where clause if a saved search acl |
|||||||||||||||||||||
select_tables | TEXT | 65535 | √ | null |
|
|
the tables to be included in a select data |
|||||||||||||||||||||
where_tables | TEXT | 65535 | √ | null |
|
|
the tables to be included in the count statement |
|||||||||||||||||||||
group_type | VARCHAR | 128 | √ | null |
|
|
FK to group type |
|||||||||||||||||||||
cache_date | TIMESTAMP | 19 | √ | null |
|
|
||||||||||||||||||||||
refresh_date | TIMESTAMP | 19 | √ | null |
|
|
||||||||||||||||||||||
parents | TEXT | 65535 | √ | null |
|
|
IDs of the parent(s) |
|||||||||||||||||||||
children | TEXT | 65535 | √ | null |
|
|
IDs of the child(ren) |
|||||||||||||||||||||
TINYINT | 3 | √ | 0 |
|
|
Is this group hidden? |
||||||||||||||||||||||
is_reserved | TINYINT | 3 | √ | 0 |
|
|
||||||||||||||||||||||
created_id | INT UNSIGNED | 10 | √ | null |
|
|
FK to contact table. |
|||||||||||||||||||||
modified_id | INT UNSIGNED | 10 | √ | null |
|
|
FK to contact table. |
|||||||||||||||||||||
title_en_US | VARCHAR | 64 | √ | null |
|
|
||||||||||||||||||||||
title_fr_CA | VARCHAR | 64 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_group_created_id | Performance | Asc | created_id |
FK_civicrm_group_modified_id | Performance | Asc | modified_id |
FK_civicrm_group_saved_search_id | Performance | Asc | saved_search_id |
index_group_type | Performance | Asc | group_type |
UI_name | Must be unique | Asc | name |
UI_title_en_US | Must be unique | Asc | title_en_US |
UI_title_fr_CA | Must be unique | Asc | title_fr_CA |