/**
  * Revert the changes to the database.
  *
  * @return void
  */
 public function down()
 {
     Schema::drop('laravel_schema');
 }