summaryrefslogtreecommitdiff
path: root/db/migrate/20111012142952_add_state_to_phone.rb
blob: c5601d99ff4285b188863eb567ee5f84efff5d36 (plain)
1
2
3
4
5
class AddStateToPhone < ActiveRecord::Migration
  def change
    add_column :phones, :state, :string
  end
end