dropView()); DB::statement($this->createView()); } /** * Reverse the migrations. * * @return void */ public function down() { DB::statement($this->dropView()); } private function createView() { return <<