how to drop table by call down method in laravel code example Example: laravel drop table migration Schema::drop('users'); Schema::dropIfExists('users');