/**
  * Resets all of the pending table changes.
  *
  * @return $this
  */
 public function reset()
 {
     $this->table->reset();
     return $this;
 }