Write the command to run the migration.



Write the command to run the migration...

Answer / 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

More Ruby on Rails Interview Questions

What is the directory structure of rails?

1 Answers  


Write the command to update rvm in rails.

1 Answers  


Tell me what is rails active record in ruby on rails?

1 Answers  


Mention all the naming conventions in ruby on rails.

1 Answers  


Explain how does rails implement ajax?

1 Answers  


Tell me what is ruby on rails?

1 Answers  


Name some rails ide or editor.

1 Answers  


what are helpers and how to use helpers in ror?

1 Answers  


What is bundler?

1 Answers  


What are the various components of rail?

1 Answers  


what is the role of Rails Controller?

1 Answers  


What is a ruby singleton method ?

1 Answers  


Categories