ref: master
db/migrate/20171118140710_add_phone_to_users.rb
1 2 3 4 5
class AddPhoneToUsers < ActiveRecord::Migration def change add_column :users, :phone, :string end end