addSql('UPDATE ' . $this->getTable('config', true) . ' SET reading_speed = reading_speed*200'); } public function down(Schema $schema): void { $this->addSql('UPDATE ' . $this->getTable('config', true) . ' SET reading_speed = reading_speed/200'); } }