addSql('ALTER TABLE chill_person_person ALTER center_id SET NOT NULL'); } public function getDescription(): string { return 'Allow to create persons without center'; } public function up(Schema $schema): void { $this->addSql('ALTER TABLE chill_person_person ALTER center_id DROP NOT NULL'); } }