1 2 3 4 5
class AddStateToPhone < ActiveRecord::Migration def change add_column :phones, :state, :string end end