db->dbprefix; if ($this->db->dbdriver != 'postgre') { $this->db->query(' ALTER TABLE `'.$prefix.'files` ENGINE = InnoDB; '); } } public function down() { } }