public function up()
    {
        Schema::dropViewIfExists('searchable_events');

        $stationaryEventClass = StationaryEvent::class;