Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
Unique table ID |
|||
| uf_group_id | INT UNSIGNED | 10 | null |
|
|
Which form does this field belong to. |
||||
| field_name | VARCHAR | 64 | null |
|
|
Name for CiviCRM field which is being exposed for sharing. |
||||
| is_active | TINYINT | 3 | √ | 1 |
|
|
Is this field currently shareable? If false, hide the field for all sharing contexts. |
|||
| is_view | TINYINT | 3 | √ | 0 |
|
|
the field is view only and not editable in user forms. |
|||
| is_required | TINYINT | 3 | √ | 0 |
|
|
Is this field required when included in a user or registration form? |
|||
| weight | INT | 10 | 1 |
|
|
Controls field display order when user framework fields are displayed in registration and account editing forms. |
||||
| visibility | VARCHAR | 32 | √ | User and User Admin Only |
|
|
In what context(s) is this field visible. |
|||
| in_selector | TINYINT | 3 | √ | 0 |
|
|
Is this field included as a column in the selector table? |
|||
| is_searchable | TINYINT | 3 | √ | 0 |
|
|
Is this field included search form of profile? |
|||
| location_type_id | INT UNSIGNED | 10 | √ | null |
|
|
Location type of this mapping, if required |
|||
| phone_type_id | INT UNSIGNED | 10 | √ | null |
|
|
Phone Type Id, if required |
|||
| website_type_id | INT UNSIGNED | 10 | √ | null |
|
|
Website Type Id, if required |
|||
| field_type | VARCHAR | 255 | √ | null |
|
|
This field saves field type (ie individual,household.. field etc). |
|||
| is_reserved | TINYINT | 3 | √ | null |
|
|
Is this field reserved for use by some other CiviCRM functionality? |
|||
| is_multi_summary | TINYINT | 3 | √ | 0 |
|
|
Include in multi-record listing? |
|||
| help_post_en_US | TEXT | 65535 | √ | null |
|
|
||||
| help_pre_en_US | TEXT | 65535 | √ | null |
|
|
||||
| label_en_US | VARCHAR | 255 | √ | null |
|
|
||||
| help_post_fr_CA | TEXT | 65535 | √ | null |
|
|
||||
| help_pre_fr_CA | TEXT | 65535 | √ | null |
|
|
||||
| label_fr_CA | VARCHAR | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_civicrm_uf_field_location_type_id | Performance | Asc | location_type_id |
| FK_civicrm_uf_field_uf_group_id | Performance | Asc | uf_group_id |
| IX_website_type_id | Performance | Asc | website_type_id |

