class AddLocationCityToUserExtensions < ActiveRecord::Migration
def change
add_column :user_extensions, :location_city, :string
end