addSql("UPDATE c_quiz_answer SET destination = NULL WHERE TRIM(destination) = ''"); } /** * @param Schema $schema */ public function down(Schema $schema) { $this->addSql("UPDATE c_quiz_answer SET destination = '' WHERE destination IS NULL"); } }