adspace


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

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


Please Help Members By Posting Answers For Below Questions

What is the current version of ruby on rails?

949