Modify string length for job order service type

This commit is contained in:
Kendrick Chan 2018-01-28 05:20:03 +08:00
parent f5cce11738
commit 18233f3567

View file

@ -69,7 +69,7 @@ class JobOrder
// service type
/**
* @ORM\Column(type="string", length=12)
* @ORM\Column(type="string", length=25)
*/
protected $service_type;