socialforge/db/migrate/20170321081658_add_phone_to...

6 lines
109 B
Ruby

class AddPhoneToUser < ActiveRecord::Migration
def change
add_column :users, :phone, :string
end
end