Class: AddFoodToUser

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/teststuff/db/migrate/20130606200443_add_food_to_user.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/teststuff/db/migrate/20130606200443_add_food_to_user.rb', line 2

def change
  add_column :users, :food, :string
end