Can you list out what can rails migration do?



Can you list out what can rails migration do?..

Answer / Ashwani Kumar Yadav

"Rails migrations allow developers to modify the database schema in a version-controlled manner. With migrations, you can create tables, add columns, and change data types, indexes, etc. Migrations are a powerful tool for keeping your application's database schema in sync with your codebase.""n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

What is the difference between save and save?

1 Answers  


What is the difference between false and nil in ruby?

1 Answers  


iam new to the ruby on rails. suggest me some pdf and online books for ruby and rails

1 Answers  


Explain testing in rails.

1 Answers  


What is the importance of rjs?

1 Answers  


How many filters are there in rails.

1 Answers  


What do you understand by rails?

1 Answers  


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

1 Answers  


What are the types of caching used in rails, what are they?

1 Answers  


how you can create a controller for subject?

1 Answers  


Why do we use request.xhr? in rails

2 Answers   IBM,


Tell me what is the difference between the observers and callbacks in ruby on rails?

1 Answers  


Categories