adspace
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