laravel drop migration table with data code example
Example 1: php artisan drop table
php artisan make:migration drop_name_table
Example 2: delete a migration laravel
// delete a migration safely from laravel
delete migration from database/migrations/ directory
and also delete entry from migrations table