From: Vincent Vanwaelscappel Date: Wed, 29 May 2019 18:19:12 +0000 (+0200) Subject: #2783 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5420baf5c55efb1e4667957f6369135b26d43108;p=cubist_cms-back.git #2783 --- diff --git a/src/app/Magic/Fields/Field.php b/src/app/Magic/Fields/Field.php index b7d5652..31e2d1e 100644 --- a/src/app/Magic/Fields/Field.php +++ b/src/app/Magic/Fields/Field.php @@ -63,7 +63,7 @@ class Field { return ['type' => $this->_adminType, 'column' => false, 'form' => 'both', 'rules' => '', 'fillable' => true, 'guarded' => false, 'hidden' => false, 'translatable' => $this->_translatable, - 'column_type' => 'text']; + 'column_type' => 'text', 'default' => '']; } public function __construct($attributes)