Rails Migration to reorder column values

47 Views Asked by At

I have a table named gifts which has a column name and the entries for the column name are as following:

  1. electronics
  2. apparel
  3. beauty
  4. others
  5. food

I want to reorder the column values in a way that the entry others is the last entry.

Any leads on how that would be possible?

0

There are 0 best solutions below