I do not update the database using php artisan migrate

1

It turns out that I am trying to add new tables using the Laravel migration system. I am running from CMD php artisan migrate and then I put php artisan migrate: status to see the status of each migration, which does not upload me to the DB (already checked) only uploads me those that are laravel defects

    
asked by JOSE HERRADA 06.11.2018 в 22:27
source

0 answers