addSql('ALTER TABLE chill_person_accompanying_period_participation ALTER startdate DROP DEFAULT'); $this->addSql('ALTER TABLE chill_person_accompanying_period_user_history ALTER startdate SET DEFAULT \'now()\''); $this->addSql('ALTER TABLE chill_person_accompanying_period_work ALTER privatecomment_comments SET NOT NULL'); $this->addSql('ALTER TABLE chill_person_accompanying_period_work_referrer ALTER id DROP DEFAULT'); $this->addSql('ALTER TABLE chill_person_household_composition_type ALTER label SET DEFAULT \'{}\''); $this->addSql('ALTER TABLE chill_person_household_composition_type ALTER label SET NOT NULL'); $this->addSql('ALTER TABLE chill_person_relationships ALTER createdby_id DROP NOT NULL'); $this->addSql('ALTER TABLE chill_person_relationships ALTER createdat DROP NOT NULL'); $this->addSql('ALTER TABLE chill_person_resource ALTER createdby_id DROP NOT NULL'); $this->addSql('ALTER TABLE chill_person_resource ALTER createdat DROP NOT NULL'); } public function down(Schema $schema): void {} }