Failed with the .env file

0

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

And object this:

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?

    
asked by Miguel Alparez 01.07.2018 в 21:19
source

0 answers