I have the following problem, when I configure my database in the .env file and carry out the migrations, I see that they are carried out but in a different DB than the one I have configured, and the truth is that I do not know why, I attach images.
mi archivo .env, apunta mi base de datos prueba2:
but the migration is done to my other database bdperformlead:
check some configuration
config > database.php
if database name get using .env, check .env properly and run
php artisan optimize:clear