/**
  * Set a table option value.
  *
  * @param $key
  * @param $value
  * @return $this
  */
 public function setTableOption($key, $value)
 {
     $this->table->setOption($key, $value);
     return $this;
 }