Example #1
0
 /**
  * Check if table exists.
  *
  * @return bool
  */
 public function exists()
 {
     return $this->database->hasTable($this->name);
 }