diff --git a/src/Chamilo/CoreBundle/Entity/SequenceCondition.php b/src/Chamilo/CoreBundle/Entity/SequenceCondition.php index 330f02d6f2..0ea3698dfb 100644 --- a/src/Chamilo/CoreBundle/Entity/SequenceCondition.php +++ b/src/Chamilo/CoreBundle/Entity/SequenceCondition.php @@ -32,7 +32,7 @@ class SequenceCondition /** * @var string * - * @ORM\Column(name="mat_op", type="integer") + * @ORM\Column(name="mat_op", type="string") */ private $mathOperation; @@ -53,7 +53,7 @@ class SequenceCondition /** * @var string * - * @ORM\Column(name="act_false", type="integer") + * @ORM\Column(name="act_false", type="string") */ private $actFalse; diff --git a/src/Chamilo/CoreBundle/Entity/SequenceMethod.php b/src/Chamilo/CoreBundle/Entity/SequenceMethod.php index edd9d888e2..7937abeec2 100644 --- a/src/Chamilo/CoreBundle/Entity/SequenceMethod.php +++ b/src/Chamilo/CoreBundle/Entity/SequenceMethod.php @@ -46,14 +46,14 @@ class SequenceMethod /** * @var string * - * @ORM\Column(name="met_type", type="integer") + * @ORM\Column(name="met_type", type="string") */ private $metType; /** * @var string * - * @ORM\Column(name="act_false", type="integer") + * @ORM\Column(name="act_false", type="string") */ private $actFalse;