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