adding non-working api structure and indentation fixes
[civicrm-core.git] / xml / schema / Mailing / MailingAB.xml
CommitLineData
802d1ee5 1<?xml version="1.0" encoding="iso-8859-1" ?>
2
3<table>
4aef704e 4 <base>CRM/Mailing</base>
5 <class>MailingAB</class>
6 <name>civicrm_mailing_abtesting</name>
7 <comment>Stores information about abtesting</comment>
8 <archive>true</archive>
9 <field>
10 <name>id</name>
11 <type>int unsigned</type>
12 <required>true</required>
13 </field>
14 <primaryKey>
15 <name>id</name>
16 <autoincrement>true</autoincrement>
17 </primaryKey>
18 <field>
19 <name>mailing_id_a</name>
20 <type>int unsigned</type>
21 <comment>Id of mailing A</comment>
22 <add>4.5</add>
23 </field>
24 <field>
25 <name>mailing_id_b</name>
26 <type>int unsigned</type>
27 <comment>Id of mailing B</comment>
28 <add>4.5</add>
29 </field>
30 <field>
31 <name>mailing_id_c</name>
32 <type>int unsigned</type>
33 <comment>temporary mailing which is created during a/b testing</comment>
34 <add>4.5</add>
35 </field>
36 <field>
37 <name>domain_id</name>
38 <type>int unsigned</type>
39 <comment>Which site is this mailing for</comment>
40 <add>4.5</add>
41 </field>
42 <field>
43 <name>testing_criteria_id</name>
44 <type>int unsigned</type>
45 <pseudoconstant>
46 <optionGroupName>mailing_ab_testing_criteria</optionGroupName>
47 </pseudoconstant>
48 <add>4.5</add>
49 </field>
50 <field>
51 <name>winner_criteria_id</name>
52 <type>int unsigned</type>
53 <pseudoconstant>
54 <optionGroupName>mailing_ab_winner_criteria</optionGroupName>
55 </pseudoconstant>
56 <add>4.5</add>
57 </field>
58 <field>
59 <name>specific_url</name>
60 <type>varchar</type>
61 <length>255</length>
62 <comment>What specific url to track</comment>
63 <add>4.5</add>
64 </field>
65 <field>
66 <name>declare_winning_time</name>
67 <type>datetime</type>
68 <comment>In how much time to declare winner</comment>
69 <add>4.5</add>
70 </field>
71 <field>
72 <name>group_percentage</name>
73 <type>int unsigned</type>
74 <add>4.5</add>
75 </field>
802d1ee5 76</table>