Answers for "run migration on specific database"

PHP
2

laravel run single migration

php artisan migrate --path=/database/migrations/my_migration.php
Posted by: Guest on January-05-2021
0

run a specific migration rails

rake db:migrate:up VERSION=20090408054532
Posted by: Guest on May-13-2020

Code answers related to "run migration on specific database"

Browse Popular Code Answers by Language