From fc47fc40ca650d1ac7f46e47b9d59692b702086f Mon Sep 17 00:00:00 2001 From: Leny BERNARD Date: Tue, 20 Sep 2016 23:44:14 +0200 Subject: [PATCH] Increase type of proposal property, varchar is smaller --- Entity/WidgetFormQuestion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Entity/WidgetFormQuestion.php b/Entity/WidgetFormQuestion.php index ed3bf0e..d1fb924 100644 --- a/Entity/WidgetFormQuestion.php +++ b/Entity/WidgetFormQuestion.php @@ -90,7 +90,7 @@ public function __construct() /** * @var string * - * @ORM\Column(name="proposal", type="string", length=255, options={"default": "N;"}) + * @ORM\Column(name="proposal", type="text", options={"default": "N;"}) */ protected $proposal = null;