adspace


Write the command to run the migration.

Answer Posted / Guarav Kumar

To run a migration in Rails, you can use the `rails db:migrate` command. If you have a specific migration file, you can run it by providing the filename as an argument like so: `rails db:migrate <MigrationFileName>`

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of ruby on rails?

949