Ruby Developer Question:

Can you list out what can Rails Migration do?

Tweet Share WhatsApp

Answer:

Rails Migration can do following things

☛ Create table
☛ Drop table
☛ Rename table
☛ Add column
☛ Rename column
☛ Change column
☛ Remove column and so on

Download Ruby Developer PDF Read All 74 Ruby Developer Questions
Previous QuestionNext Question
Tell me what is the difference between Active support’s “HashWithIndifferent” and Ruby’s “Hash” ?Tell me how Symbol is different from variables?