Skip to content

Commit

Permalink
Increase type of proposal property, varchar is smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
lenybernard authored Sep 20, 2016
1 parent 080c10f commit fc47fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/WidgetFormQuestion.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fc47fc4

Please sign in to comment.