Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Timezone Id |
|||
name | VARCHAR | 64 | √ | null |
|
|
Timezone full name |
|||
abbreviation | CHAR | 3 | √ | null |
|
|
ISO Code for timezone abbreviation |
|||
gmt | VARCHAR | 64 | √ | null |
|
|
GMT name of the timezone |
|||
offset | INT | 10 | √ | null |
|
|
||||
country_id | INT UNSIGNED | 10 | null |
|
|
Country Id |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_timezone_country_id | Performance | Asc | country_id |