Allow null values in device_push_id #148

This commit is contained in:
Kendrick Chan 2018-06-17 17:57:48 +08:00
parent 2fa2ad964e
commit 59f41e5f55

View file

@ -44,7 +44,7 @@ class MobileSession
// phone id
/**
* @ORM\Column(type="string", length=50)
* @ORM\Column(type="string", length=50, nullable=true)
*/
protected $phone_id;