We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sets the columns as serialized columns.
<?php /** * Auto-serialize and unserialize columns on get/set. * @var array */ protected $_serialize_columns = array('field_name');
You may also want to set the field_type for the column to: Serializable
field_type
Serializable