'boolean', 'sort_order' => 'integer', ]; public function templates() { return $this->hasMany(InterviewTemplate::class, 'interview_category_id'); } public function sessions() { return $this->hasMany(InterviewSession::class, 'interview_category_id'); } }