Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||||||||||||||||||
job_id | INT UNSIGNED | 10 | null |
|
|
FK to Job |
||||||||||||||||||
email_id | INT UNSIGNED | 10 | √ | null |
|
|
FK to Email |
|||||||||||||||||
contact_id | INT UNSIGNED | 10 | null |
|
|
FK to Contact |
||||||||||||||||||
hash | VARCHAR | 255 | null |
|
|
Security hash |
||||||||||||||||||
phone_id | INT UNSIGNED | 10 | √ | null |
|
|
FK to Phone |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_mailing_event_queue_contact_id | Performance | Asc | contact_id |
FK_civicrm_mailing_event_queue_email_id | Performance | Asc | email_id |
FK_civicrm_mailing_event_queue_job_id | Performance | Asc | job_id |
FK_civicrm_mailing_event_queue_phone_id | Performance | Asc | phone_id |
index_hash | Performance | Asc | hash |