/**
  * Does the table exist?
  *
  * @return bool
  */
 public function exists()
 {
     return $this->table->exists();
 }