In Laravel, there appears to be a command for creating a migration, but not removing.
Create migration command:
php artisan migrate:make create_users_tab
This works for me:
php artisan migrate:refresh
in laravel 5.5.43