Will removing a column with a Rails migration remove indexes associated with the column

前端 未结 6 866
一个人的身影
一个人的身影 2021-01-07 15:46

In Rails 2, will removing a column with a Rails migration also change/remove indexes associated with the column? If not, and instead you have to also change/remove each ind

6条回答
  •  春和景丽
    2021-01-07 16:38

    From Rails 4 upwards, the index removes automatically with the column removal.

提交回复
热议问题