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