Why we use migration in rails?



Why we use migration in rails?..

Answer / Sushil Mohan Sharma

We use migrations in Rails to manage the database schema. Migrations allow developers to make changes to the database structure (e.g., adding, renaming, or removing tables and columns) in a controlled, versioned, and repeatable manner.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

what the difference between static scaffolding and Dynamic scaffolding?

3 Answers  


What is difference between form_for and form_tag?

1 Answers  


How will be the future for ruby on rails?

1 Answers  


what is Rails Migration?

1 Answers  


What are the servers supported by ruby on rails?

1 Answers  


when self.up and self.down method is used?

1 Answers  


Explain what is the role of the subdirectories app/controllers and app/helpers in rails?

1 Answers  


Explain how does rails implement ajax?

1 Answers  


What are the major components of Ruby on Rails?

1 Answers   QualTech,


Explain rails caching levels.

1 Answers  


Explain what are the servers supported by ruby on rails?

1 Answers  


what are the positive aspects of Rails?

1 Answers  


Categories