belongsTo(User::class, 'created_by'); } public function interviews() { return $this->hasMany(Interview::class); } }