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