What is rails migration? What can it do?



What is rails migration? What can it do?..

Answer / Mithlesh Kumar

Rails migrations are scripts that manage the evolution of a database schema. They allow developers to create, modify, and delete tables and columns, as well as add indexes and other database objects. Rails migrations help maintain the consistency between the application code and the database schema throughout the development process.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

What is the architecture of Model views and controllers

1 Answers   Baidu,


What I have to do to view my project always on browser?

1 Answers  


what are the differences between rails 2.x and rails 3?

1 Answers  


List out what can Rails Migration do?

1 Answers  


How to find second max element from database ?

1 Answers  


Is ruby on rails popular?

1 Answers  


what are helpers and how to use helpers in ror?

1 Answers  


Explain testing in rails.

1 Answers  


What are the hashes?

1 Answers  


What is action cable?

1 Answers  


What do you mean by render and redirect_to?

1 Answers  


what is the function of garbage collection in Ruby on Rails?

1 Answers  


Categories