Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
County ID |
|||
name | VARCHAR | 64 | √ | null |
|
|
Name of County |
|||
abbreviation | VARCHAR | 4 | √ | null |
|
|
2-4 Character Abbreviation of County |
|||
state_province_id | INT UNSIGNED | 10 | null |
|
|
ID of State/Province that County belongs |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_county_state_province_id | Performance | Asc | state_province_id |
UI_name_state_id | Must be unique | Asc/Asc | name + state_province_id |