Annotate DAO files with COMPONENT, exclude disabled components' entities from APIv4...
[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>
d31fb4e3 8 <component>CiviMail</component>
5435b737
EM
9 <field>
10 <name>id</name>
f3ea5182 11 <title>Bounce Type ID</title>
5435b737
EM
12 <type>int unsigned</type>
13 <required>true</required>
14 </field>
15 <primaryKey>
16 <name>id</name>
17 <autoincrement>true</autoincrement>
18 </primaryKey>
19 <field>
20 <name>name</name>
f3ea5182 21 <title>Bounce Type Name</title>
5435b737 22 <type>varchar</type>
77cc4478 23 <length>24</length>
5435b737
EM
24 <required>true</required>
25 <comment>Type of bounce</comment>
26 </field>
27 <field>
28 <name>description</name>
f3ea5182 29 <title>Bounce Type Description</title>
5435b737
EM
30 <type>varchar</type>
31 <length>255</length>
32 <comment>A description of this bounce type</comment>
33 </field>
34 <field>
35 <name>hold_threshold</name>
f3ea5182 36 <title>Hold Threshold</title>
5435b737
EM
37 <type>int unsigned</type>
38 <required>true</required>
39 <comment>Number of bounces of this type required before the email address is put on bounce hold</comment>
40 </field>
6a488035 41</table>