Answers

Question and Answer:

  Home  Ruby Developer

⟩ Can you list out what can Rails Migration do?

Rails Migration can do following things

☛ Create table

☛ Drop table

☛ Rename table

☛ Add column

☛ Rename column

☛ Change column

☛ Remove column and so on

 169 views

More Questions for you: