db->query('CREATE SCHEMA IF NOT EXISTS gis;'); } public function down() { //$this->db->query('DROP SCHEMA IF EXISTS gis;'); } }