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