20120323221339_add_bio_field_to_user.rb 125 Bytes
class AddBioFieldToUser < ActiveRecord::Migration
  def change
    add_column :users, :bio, :string, :null => true
  end
end