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 |
What is the architecture of Model views and controllers
What I have to do to view my project always on browser?
what are the differences between rails 2.x and rails 3?
List out what can Rails Migration do?
How to find second max element from database ?
Is ruby on rails popular?
what are helpers and how to use helpers in ror?
Explain testing in rails.
What are the hashes?
What is action cable?
What do you mean by render and redirect_to?
what is the function of garbage collection in Ruby on Rails?