* Type of bounce
*
* @var string
- * (SQL type: varchar(256))
+ * (SQL type: varchar(255))
* Note that values will be retrieved from the database as a string.
*/
public $name;
'title' => ts('Bounce Type Name'),
'description' => ts('Type of bounce'),
'required' => TRUE,
- 'maxlength' => 256,
+ 'maxlength' => 255,
'size' => CRM_Utils_Type::MEDIUM,
'where' => 'civicrm_mailing_bounce_type.name',
'table_name' => 'civicrm_mailing_bounce_type',