What do you understand by rails migration and what it can do?



What do you understand by rails migration and what it can do?..

Answer / Shahzad

Rails Migrations are a way to manage the database schema for an application. They allow developers to create, modify, and roll back database changes in a structured manner. Rails Migrations help keep the application's database schema consistent with its current codebase.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

Explain me the log that has to be seen to report errors in ruby rails?

1 Answers  


What are the servers supported by ruby on rails?

1 Answers  


What is rake?

1 Answers  


Tell me what is ruby on rails?

1 Answers  


Do you know what is cross-site request forgery (csrf) and how rails is protected against it?

1 Answers  


what is testing in rails?

1 Answers  


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

1 Answers  


Difference between argument and parameter in ruby on rails ?

1 Answers  


What is ruby on rails & why it is used for?

1 Answers  


How are the key differences between python and ruby?

1 Answers  


Explain valid and invalid in rails?

1 Answers  


How to serialize data with yaml?

1 Answers  


Categories