Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||||
event_queue_id | INT UNSIGNED | 10 | null |
|
|
FK to EventQueue |
||||
trackable_url_id | INT UNSIGNED | 10 | null |
|
|
FK to TrackableURL |
||||
time_stamp | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
When this trackable URL open occurred. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_mailing_event_trackable_url_open_event_queue_id | Performance | Asc | event_queue_id |
FK_civicrm_mailing_event_trackable_url_open_trackable_url_id | Performance | Asc | trackable_url_id |