]> _ Git - cubist_cms-back.git/commitdiff
wip #5100 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 16 Feb 2022 11:30:54 +0000 (12:30 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 16 Feb 2022 11:30:54 +0000 (12:30 +0100)
src/app/Magic/Models/CubistMagicAbstractModel.php

index f4edbaa91dbea8c3730e5c62fc64b22e9f7c596e..d787671a19633683cedcc737a8273e7dcd7edc2a 100644 (file)
@@ -48,7 +48,7 @@ class CubistMagicAbstractModel extends Model implements HasMedia
 
     public $registerMediaConversionsUsingModelInstance = true;
 
-    protected static $_doctrineTypesMapping = ['int' => 'integer', 'longtext' => 'blob'];
+    protected static $_doctrineTypesMapping = ['int' => 'integer','longtext'=>'text'];
 
     protected $connection = null;
     protected $primaryKey = 'id';