Skip to content

Commit

Permalink
Allow null value on rating_result.result_extra column
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmen committed Jun 15, 2015
1 parent 018a91c commit ceeaafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/RatingResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class RatingResult
private $value;

/**
* @ORM\Column(name="result_extra", type="string", length=32)
* @ORM\Column(name="result_extra", type="string", length=32, nullable=true)
*/
private $extra;

Expand Down

0 comments on commit ceeaafc

Please sign in to comment.