Yu-Sheng's blog
程式筆記,生活紀錄,手工記錄
2016年2月26日 星期五
[rails]將新的欄位加入model
rails generate migration add_[column]_to_[model name] [column]:[type]
rails generate migration add_title_to_groups title:string
rails generate migration add_description_to_groups description:text
較新的文章
較舊的文章
首頁