summaryrefslogtreecommitdiff
path: root/db/migrate/20111007084820_add_image_to_user.rb
blob: ca32b2b20c82f9b297dca9b0e8e5ee0e7a551d06 (plain)
1
2
3
4
5
class AddImageToUser < ActiveRecord::Migration
  def change
    add_column :users, :image, :string
  end
end