Answers for "run migration file rails"

5

rails g migration add columns

$ rails generate migration AddDetailsToProducts part_number:string price:decimal
Posted by: Guest on August-11-2020
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 file rails"

Browse Popular Code Answers by Language