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

@ -99,7 +99,7 @@ class BuildMetaBase extends Model
'default' => null,
),
'meta_value' => array(
'type' => 'text',
'type' => 'mediumtext',
'default' => null,
),
);