Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-12-01-14-40-22
[civicrm-core.git] / xml / schema / Mailing / BounceType.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Mailing</base>
5 <class>BounceType</class>
6 <name>civicrm_mailing_bounce_type</name>
7 <comment>Table to index the various bounce types and their properties</comment>
8 <field>
9 <name>id</name>
10 <type>int unsigned</type>
11 <required>true</required>
12 </field>
13 <primaryKey>
14 <name>id</name>
15 <autoincrement>true</autoincrement>
16 </primaryKey>
17 <field>
18 <name>name</name>
19 <type>varchar</type>
20 <length>24</length>
21 <required>true</required>
22 <comment>Type of bounce</comment>
23 </field>
24 <field>
25 <name>description</name>
26 <type>varchar</type>
27 <length>255</length>
28 <comment>A description of this bounce type</comment>
29 </field>
30 <field>
31 <name>hold_threshold</name>
32 <type>int unsigned</type>
33 <required>true</required>
34 <comment>Number of bounces of this type required before the email address is put on bounce hold</comment>
35 </field>
36 </table>