Skip to content

Instantly share code, notes, and snippets.

@dkesberg
Created February 23, 2021 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkesberg/dddf81854ff98a4159ffb686926776fe to your computer and use it in GitHub Desktop.
Save dkesberg/dddf81854ff98a4159ffb686926776fe to your computer and use it in GitHub Desktop.
Running migration on a specific db

Running migration on a specific db

To run a migration on a specific db the db has to be set in the artisan command, setting it in the migration file doesnt seem to work

php artisan migrate --path=/database/migrations/my_migration.php --database=my_database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment