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