addSql("UPDATE device SET orientation = 'portrait' WHERE orientation IN ('portrait_left', 'portrait_right')"); } public function down(Schema $schema): void { $this->addSql("UPDATE device SET orientation = 'portrait_left' WHERE orientation = 'portrait'"); } }