InterviewSolution
Saved Bookmarks
| 1. |
What is Rails Migration? What can it do? |
|
Answer» Rails Migration enables to make CHANGES to the database, allowing it to use a version control system for SYNCHRONIZING THINGS with ACTUAL code. It can perform the following FUNCTIONS:
|
|