/**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     schema::dropIfExists('what');
 }