1class AddCityToUsers < ActiveRecord::Migration 2 def change 3 add_column :users, :city, :string 4 end 5end