/**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     schema::drop('events');
 }
 /**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     schema::drop('accept_credit');
 }
 /**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     schema::drop('role');
 }
 /**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     schema::drop('students');
 }
 /**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     schema::drop('movicheque');
 }
 /**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     schema::drop('advert_schedule');
 }
 /**
  * Reverse the migrations.
  *
  * @return void
  */
 public function down()
 {
     Schema::table('categories', function (Blueprint $table) {
         schema::drop('categories');
     });
 }