Corrected nullable device_push_id #148

This commit is contained in:
Kendrick Chan 2018-06-17 17:59:04 +08:00
parent 59f41e5f55
commit 899f963773

View file

@ -38,7 +38,7 @@ 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;