如何在Ruby on Rails迁移中重命名数据库列?

心不动则不痛 提交于 2020-08-15 15:26:37

问题:

I wrongly named a column hased_password instead of hashed_password . 我错误地将列命名为hased_password而不是hashed_password

How do I update the database schema, using migration to rename this column? 如何使用迁移重命名此列来更新数据库架构?


解决方案:

参考一: https://stackoom.com/question/8MDL/如何在Ruby-on-Rails迁移中重命名数据库列
参考二: https://oldbug.net/q/8MDL/How-can-I-rename-a-database-column-in-a-Ruby-on-Rails-migration
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!