lundi 17 octobre 2016

Laravel 5.3: Migrate step by step

I was wondering if it was possible to migrate migrations one by one in Laravel 5.3.

I can't get the --step option working and documention only mention this option to be used with the rollback or the refresh command.

// this works
php artisan migrate:rollback --step=1
// this doesn't work
php artisan migrate --step=1

Thank you, have a nice day



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire