'array', ]; public function workers() { return $this->belongsToMany(User::class, 'division_user')->withPivot(['administrativePosition', 'sort']); } }