insufficient length of the string for the field "message"

error occurs when attempting to write error handling during codeSniffer
This commit is contained in:
Maksim 2016-09-21 15:28:11 +03:00 committed by GitHub
parent 64b0f60368
commit 16fe95506e

View file

@ -127,8 +127,7 @@ class BuildErrorBase extends Model
'default' => null,
),
'message' => array(
'type' => 'varchar',
'length' => 250,
'type' => 'text',
'default' => null,
),
'created_date' => array(