/**
  * Handle the command.
  */
 public function handle()
 {
     $this->builder->addTableData('tables', $this->builder->getTables());
 }