internetee-registry/db/migrate/20140930093039_add_country_to_users.rb
2021-04-26 18:54:26 +05:00

5 lines
123 B
Ruby

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