In my Laravel5.8 project, I am working on array of fields. I have these models:
class HrEmployeeType extends Model { protected $table = \'hr_employee_types\';