nullable ip

This commit is contained in:
Tykayn 2021-04-27 12:52:17 +02:00 committed by tykayn
parent 4bf2625908
commit f4ce7056cd
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class StackOfVotes {
private $owner;
/**
* @ORM\Column(type="string", length=255)
* @ORM\Column(type="string", length=255, nullable=true)
*/
private $ip;