civicrm_mailing_event_forward

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
event_queue_id INT UNSIGNED 10 null
civicrm_mailing_event_queue.id FK_civicrm_mailing_event_forward_event_queue_idC

FK to EventQueue

dest_queue_id INT UNSIGNED 10 null
civicrm_mailing_event_queue.id FK_civicrm_mailing_event_forward_dest_queue_idN

FK to EventQueue for destination

time_stamp TIMESTAMP 19 CURRENT_TIMESTAMP

When this forward event occurred.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
FK_civicrm_mailing_event_forward_dest_queue_id Performance Asc dest_queue_id
FK_civicrm_mailing_event_forward_event_queue_id Performance Asc event_queue_id

Relationships