* Type of bounce
*
* @var string
- * (SQL type: varchar(24))
+ * (SQL type: varchar(256))
* Note that values will be retrieved from the database as a string.
*/
public $name;
* A description of this bounce type
*
* @var string|null
- * (SQL type: varchar(255))
+ * (SQL type: varchar(2048))
* Note that values will be retrieved from the database as a string.
*/
public $description;
'title' => ts('Bounce Type Name'),
'description' => ts('Type of bounce'),
'required' => TRUE,
- 'maxlength' => 24,
+ 'maxlength' => 256,
'size' => CRM_Utils_Type::MEDIUM,
'where' => 'civicrm_mailing_bounce_type.name',
'table_name' => 'civicrm_mailing_bounce_type',
'type' => CRM_Utils_Type::T_STRING,
'title' => ts('Bounce Type Description'),
'description' => ts('A description of this bounce type'),
- 'maxlength' => 255,
+ 'maxlength' => 2048,
'size' => CRM_Utils_Type::HUGE,
'where' => 'civicrm_mailing_bounce_type.description',
'table_name' => 'civicrm_mailing_bounce_type',
<name>name</name>
<title>Bounce Type Name</title>
<type>varchar</type>
- <length>24</length>
+ <length>256</length>
<required>true</required>
<comment>Type of bounce</comment>
</field>
<name>description</name>
<title>Bounce Type Description</title>
<type>varchar</type>
- <length>255</length>
+ <length>2048</length>
<comment>A description of this bounce type</comment>
</field>
<field>