/**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     if (Schema::hasTable(Address::getTableName())) {
         Schema::drop(Address::getTableName());
     }
 }