General model / store cleanup

This commit is contained in:
Dan Cryer 2015-10-08 16:52:19 +01:00
commit dcfacfe717
6 changed files with 8 additions and 91 deletions

View file

@ -118,7 +118,7 @@ class BuildBase extends Model
'default' => null,
),
'log' => array(
'type' => 'text',
'type' => 'mediumtext',
'nullable' => true,
'default' => null,
),