summaryrefslogtreecommitdiff
path: root/db/migrate/20130304104623_add_state_to_user.rb
blob: 8154c21065f711403a241d218916146dd6f5e146 (plain)
1
2
3
4
5
class AddStateToUser < ActiveRecord::Migration
  def change
    add_column :users, :state, :string
  end
end