summaryrefslogtreecommitdiff
path: root/db/migrate/20111013110804_add_state_to_phone_models.rb
blob: 38203724fb7091c949d0388ea1d279d36862e6f2 (plain)
1
2
3
4
5
class AddStateToPhoneModels < ActiveRecord::Migration
  def change
    add_column :phone_models, :state, :string
  end
end