Closed klinger-ofir closed 9 years ago
Custom data can be longer than 255 chars and so it is wiser to use TEXT as the field type (otherwise the serialized data will be truncated and thus corrupted and FALSE will returned from unserialize in Report::createFromArray)
Custom data can be longer than 255 chars and so it is wiser to use TEXT as the field type (otherwise the serialized data will be truncated and thus corrupted and FALSE will returned from unserialize in Report::createFromArray)