You see, I have 2 databases in phpmyadmin, one call bolsa
and another call juego
.
I want in both places the tables of my web page.
In the first case, I put this code in my .env file:
DB_DATABASE=bolsa
To do the same in the other BBDD, change the code in .env:
DB_DATABASE=juego
But the thing fails:
It seems that instead of doing the migration in juego
, it was done in bolsa
again. How do I fix this?