adspace


What is rails migration? What can it do?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of ruby on rails?

949