summaryrefslogtreecommitdiff
path: root/db/migrate/20120529130122_add_city_to_users.rb
blob: 138d40e22db7745aec175d7d6c6aa6ef30dc3274 (plain)
1
2
3
4
5
class AddCityToUsers < ActiveRecord::Migration
  def change
    add_column :users, :city, :string
  end
end