'integer', ]; public function skills() { return $this->belongsToMany(Skill::class, 'knowledge_point_skill'); } }