/**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     Schemma::dropIfExists('shops');
 }
 /**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     Schemma::drop('codes');
 }