array( 'name' => 'COL_LAT', 'type' => 'VARCHAR', 'constraint' => '15', ), 'COL_LON' => array( 'name' => 'COL_LON', 'type' => 'VARCHAR', 'constraint' => '15', ), ); $this->dbforge->modify_column($this->config->item('table_name'), $fields); } public function down() { echo "Not possible, sorry."; } }