'integer', ]; public function registrations() { return $this->hasMany(Registration::class); } }