BikeBikeBike/db/migrate/20140208231633_add_country_to_location.rb
2014-03-09 14:43:33 -06:00

6 lines
121 B
Ruby

class AddCountryToLocation < ActiveRecord::Migration
def change
add_column :locations, :country, :string
end
end