So I have been migrating create_password_resets_table but then again it doesn't reflect on myphpadmin. The connection has been established but I can't see the table that I migrated. How can I fix this? I tried resetting and rollback but it says there's nothing to rollback.
php artisan make:migration create_password_resets_table --table=password_resets
[InvalidArgumentException] A CreatePasswordResetsTable migration already exists.
via Carlo C. Aquino