From: Vincent Vanwaelscappel Date: Tue, 29 Jun 2021 16:23:24 +0000 (+0200) Subject: wip #4216 @2 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=69b0a22495e9084094cb3ec5baba9e2c5537cbf9;p=cubist_cms-back.git wip #4216 @2 --- diff --git a/src/app/Magic/Fields/Color.php b/src/app/Magic/Fields/Color.php index 3d911e7..941445e 100644 --- a/src/app/Magic/Fields/Color.php +++ b/src/app/Magic/Fields/Color.php @@ -10,6 +10,7 @@ class Color extends Field { protected $_adminType = 'color'; protected $_viewNamespace = CubistBackpackServiceProvider::NAMESPACE . '::fields'; + protected $_databaseType = 'string'; protected $_columnType = 'string'; protected $_allowsAlpha = true;