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
DO NOT run php artisan migrate:fresh that's gonna drop all the tables
php artisan migrate:fresh