jeudi 21 juillet 2016

No database table is being migrated : Laravel 5.2

.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

enter image description here

So far there is no database table migrated.

Below is the result after executing the migration command

enter image description here

When I try php artisan migrate:refresh. Below is the screenshot

enter image description here

Problem is: No database table is being migrated.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire