how to drop all table in laravel migration code example Example: laravel drop table migration Schema::drop('users'); Schema::dropIfExists('users');