1
0
mirror of https://framagit.org/tykayn/date-poll-api synced 2023-08-25 08:23:11 +02:00

nullable ip

This commit is contained in:
Tykayn 2021-04-27 12:52:17 +02:00 committed by tykayn
parent 4bf2625908
commit f4ce7056cd

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;