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:

  • Create, drop, rename table
  • Add, rename, change and remove a column


Discussion

No Comment Found