Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
Domain ID |
|||||||||||||||||||||||||||||||||||
| name | VARCHAR | 64 | √ | null |
|
|
Name of Domain / Organization |
|||||||||||||||||||||||||||||||||||
| description | VARCHAR | 255 | √ | null |
|
|
Description of Domain. |
|||||||||||||||||||||||||||||||||||
| version | VARCHAR | 32 | √ | null |
|
|
The civicrm version this instance is running |
|||||||||||||||||||||||||||||||||||
| contact_id | INT UNSIGNED | 10 | √ | null |
|
|
FK to Contact ID. This is specifically not an FK to avoid circular constraints |
|||||||||||||||||||||||||||||||||||
| locales | TEXT | 65535 | √ | null |
|
|
list of locales supported by the current db state (NULL for single-lang install) |
|||||||||||||||||||||||||||||||||||
| locale_custom_strings | TEXT | 65535 | √ | null |
|
|
Locale specific string overrides |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_civicrm_domain_contact_id | Performance | Asc | contact_id |
| UI_name | Must be unique | Asc | name |

