fv17の日記

Webエンジニアの備忘用ブログです。主にWeb界隈の技術に関して書いています。

2018-12-03から1日間の記事一覧

Rails - テーブルにカラムを追加する

rails g migration add_<カラム名>_to_<テーブル名> <カラム名>:<カラムの型>具体例 rails g migration add_password_digest_to_users password_digest:string