diff --git a/src/Entity/MobileSession.php b/src/Entity/MobileSession.php index f81578e2..831d14fd 100644 --- a/src/Entity/MobileSession.php +++ b/src/Entity/MobileSession.php @@ -38,13 +38,13 @@ class MobileSession // device id or push id used by device /** - * @ORM\Column(type="string", length=200) + * @ORM\Column(type="string", length=200, nullable=true) */ protected $device_push_id; // phone id /** - * @ORM\Column(type="string", length=50) + * @ORM\Column(type="string", length=50, nullable=true) */ protected $phone_id;