]> _ Git - cubist_cms-back.git/commitdiff
wip #4216 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Jun 2021 16:23:24 +0000 (18:23 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 29 Jun 2021 16:23:24 +0000 (18:23 +0200)
src/app/Magic/Fields/Color.php

index 3d911e72d5379cb86f99897f0aeaf344e2f886c5..941445e1822fe4e555482eb5bce48c683e5d5365 100644 (file)
@@ -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;