belongsTo(CommonCode::class, 'category_id'); } public function partType() { return $this->belongsTo(CommonCode::class, 'part_type_id'); } }