Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Unique Website ID |
|||
contact_id | INT UNSIGNED | 10 | √ | null |
|
|
FK to Contact ID |
|||
url | VARCHAR | 128 | √ | null |
|
|
Website |
|||
website_type_id | INT UNSIGNED | 10 | √ | null |
|
|
Which Website type does this website belong to. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_website_contact_id | Performance | Asc | contact_id |
UI_website_type_id | Performance | Asc | website_type_id |