addSql('UPDATE activity SET comment_comment = remark'); $this->addSql('ALTER TABLE activity DROP remark'); } public function down(Schema $schema) : void { // this down() migration is auto-generated, please modify it to your needs } }