public function tableNames() { return collect(DB::select($this->getQuery()))->pluck('Tables_in_' . env('DB_DATABASE'))->reject(function ($name) { return $this->skips()->contains($name); }); }