ambition/db/migrate/20161226014802_add_phone_to...

6 lines
107 B
Ruby

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