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