/** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('tags'); Scheme::drop('articles'); }
/** * Reverse the migrations. * * @return void */ public function down() { Scheme::drop('game'); }
/** * Reverse the migrations. * * @return void */ public function down() { Scheme::drop('items'); }
/** * Reverse the migrations. * * @return void */ public function down() { Scheme::drop('products'); }
/** * Reverse the migrations. * * @return void */ public function down() { Scheme::drop('participant'); }
/** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('categories'); Scheme::drop('categories_permissions'); Schema::drop('categories_permissions_usergroup'); }
/** * Reverse the migrations. * * @return void */ public function down() { Scheme::drop('filemedia'); }
/** * Reverse the migrations. * * @return void */ public function down() { Scheme::drop('comments'); }