Merge pull request #10602 from agileware/CIVICRM-167
[civicrm-core.git] / xml / schema / Mailing / BounceType.xml
index 3279d2d30fd0790de9ebe5d6e682cf5d454d65c7..e24f7fe44c62a6279043fbe1382ef9de5382c25f 100644 (file)
@@ -7,6 +7,7 @@
   <comment>Table to index the various bounce types and their properties</comment>
   <field>
     <name>id</name>
+    <title>Bounce Type ID</title>
     <type>int unsigned</type>
     <required>true</required>
   </field>
   </primaryKey>
   <field>
     <name>name</name>
+    <title>Bounce Type Name</title>
     <type>varchar</type>
-    <length>8</length>
+    <length>24</length>
     <required>true</required>
     <comment>Type of bounce</comment>
   </field>
   <field>
     <name>description</name>
+    <title>Bounce Type Description</title>
     <type>varchar</type>
     <length>255</length>
     <comment>A description of this bounce type</comment>
   </field>
   <field>
     <name>hold_threshold</name>
+    <title>Hold Threshold</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Number of bounces of this type required before the email address is put on bounce hold</comment>