ambition/db/migrate/20161226023254_change_phone...

6 lines
115 B
Ruby
Raw Permalink Normal View History

class ChangePhoneToUser < ActiveRecord::Migration
def change
change_column :users, :phone, :string
end
end