/**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     Schema::dropIfexists('inzamelpunten');
 }
 /**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     Schema::dropIfexists('posts');
 }