.env Database details are below.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=learning
DB_USERNAME=root
DB_PASSWORD=
Around 13 tables are present for migration. Below is the screenshot
So far there is no database table migrated.
Below is the result after executing the migration command
When I try php artisan migrate:refresh
. Below is the screenshot
Problem is: No database table is being migrated.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire