make unique custom url for polls

master
Tykayn 2 years ago committed by tykayn
parent 2d2607d30b
commit 6626241ce8

@ -29,7 +29,7 @@ class Poll {
*/
public $title;
/**
* @ORM\Column(type="string", length=255, nullable=true)
* @ORM\Column(type="string", length=255, nullable=false, unique=true)
* @Serializer\Expose()
* @Serializer\Type("string")
*/

Loading…
Cancel
Save