throwIrreversibleMigrationException('placevisible and placelabel could not be created'); } public function getDescription(): string { return 'DROP place visible and place label, which are replaced by location'; } public function up(Schema $schema): void { $this->addSql('ALTER TABLE activitytype DROP placevisible'); $this->addSql('ALTER TABLE activitytype DROP placelabel'); } }