Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | 0 |
|
|
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 | TEXT | 65535 | √ | null |
|
|
||
help_pre | TEXT | 65535 | √ | null |
|
|
||
label | VARCHAR | 255 | √ | null |
|
|