addSql($query); } public function down(Schema $schema): void { $this->addSql('DROP TABLE log'); } }