addSql('ALTER TABLE chill_event_event ALTER organizationcost DROP DEFAULT'); $this->addSql('ALTER TABLE chill_person_accompanying_period_user_history ALTER startdate SET DEFAULT \'now()\''); $this->addSql('ALTER TABLE chill_event_event ALTER organizationcost SET DEFAULT \'0.0\''); } public function down(Schema $schema): void { $this->addSql('ALTER TABLE chill_event_event ALTER organizationCost SET DEFAULT \'0.0\''); } }