executeQuery($sql); $sql = <<<'SQL' Update Settings set category = TRIM(SUBSTR(name, 1, LOCATE(':', name) - 1)); SQL; return $this->executeQuery($sql); } public function down(){ return true; } }