Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||||
name | VARCHAR | 128 | √ | null |
|
|
Name of the A/B test |
|||
status | VARCHAR | 32 | √ | null |
|
|
Status |
|||
mailing_id_a | INT UNSIGNED | 10 | √ | null |
|
|
The first experimental mailing (“A” condition) |
|||
mailing_id_b | INT UNSIGNED | 10 | √ | null |
|
|
The second experimental mailing (“B” condition) |
|||
mailing_id_c | INT UNSIGNED | 10 | √ | null |
|
|
The final, general mailing (derived from A or B) |
|||
domain_id | INT UNSIGNED | 10 | √ | null |
|
|
Which site is this mailing for |
|||
specific_url | VARCHAR | 255 | √ | null |
|
|
What specific url to track |
|||
declare_winning_time | DATETIME | 19 | √ | null |
|
|
In how much time to declare winner |
|||
group_percentage | INT UNSIGNED | 10 | √ | null |
|
|
||||
created_id | INT UNSIGNED | 10 | √ | null |
|
|
FK to Contact ID |
|||
created_date | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
When was this item created |
|||
testing_criteria | VARCHAR | 32 | √ | null |
|
|
||||
winner_criteria | VARCHAR | 32 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_civicrm_mailing_abtest_created_id | Performance | Asc | created_id |