20110916123731_add_name_to_user.rb 107 Bytes
class AddNameToUser < ActiveRecord::Migration
  def change
    add_column :users, :name, :string
  end
end