Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. });
  2. }
  3.  
  4. /**
  5. * Reverse the migrations.
  6. *
  7. * @return void
  8. */
  9. public function down()
  10. {
  11. Schema::dropIfExists('vehicles');
  12. }
  13.  
  14. /**
  15. * Reverse the migrations.
  16. *
  17. * @return void
  18. */
  19. public function down()
  20. {
  21. Schema::dropIfExists('routes');
  22. }
  23.  
  24. /**
  25. * Reverse the migrations.
  26. *
  27. * @return void
  28. */
  29. public function down()
  30. {
  31. Schema::dropIfExists('drivers');
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement