Modify string length for job order service type
This commit is contained in:
parent
f5cce11738
commit
18233f3567
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class JobOrder
|
|||
|
||||
// service type
|
||||
/**
|
||||
* @ORM\Column(type="string", length=12)
|
||||
* @ORM\Column(type="string", length=25)
|
||||
*/
|
||||
protected $service_type;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue