Merge pull request #8955 from monishdeb/CRM-19250
[civicrm-core.git] / xml / schema / Mailing / BounceType.xml
CommitLineData
6a488035
TO
1<?xml version="1.0" encoding="iso-8859-1" ?>
2
3<table>
5435b737
EM
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>
f3ea5182 10 <title>Bounce Type ID</title>
5435b737
EM
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>name</name>
f3ea5182 20 <title>Bounce Type Name</title>
5435b737 21 <type>varchar</type>
77cc4478 22 <length>24</length>
5435b737
EM
23 <required>true</required>
24 <comment>Type of bounce</comment>
25 </field>
26 <field>
27 <name>description</name>
f3ea5182 28 <title>Bounce Type Description</title>
5435b737
EM
29 <type>varchar</type>
30 <length>255</length>
31 <comment>A description of this bounce type</comment>
32 </field>
33 <field>
34 <name>hold_threshold</name>
f3ea5182 35 <title>Hold Threshold</title>
5435b737
EM
36 <type>int unsigned</type>
37 <required>true</required>
38 <comment>Number of bounces of this type required before the email address is put on bounce hold</comment>
39 </field>
6a488035 40</table>