internetee-registry/db/migrate/20140930093039_add_country_to_users.rb
2014-09-30 12:43:02 +03:00

5 lines
118 B
Ruby

class AddCountryToUsers < ActiveRecord::Migration
def change
add_column :users, :country_id, :integer
end
end