dbforge->add_column('cat', $fields); } public function down() { $this->dbforge->drop_column('cat', 'user_id'); } }