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