civicrm_mailing_event_bounce

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_bounce_event_queue_idC

FK to EventQueue

bounce_type_id INT UNSIGNED 10 null

What type of bounce was it?

bounce_reason VARCHAR 255 null

The reason the email bounced.

time_stamp TIMESTAMP 19 CURRENT_TIMESTAMP

When this bounce event occurred.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
FK_civicrm_mailing_event_bounce_event_queue_id Performance Asc event_queue_id

Relationships