20120323221339_add_bio_field_to_user.rb 125 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class AddBioFieldToUser < ActiveRecord::Migration def change add_column :users, :bio, :string, :null => true end end