20111019212429_add_social_to_user.rb 193 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 class AddSocialToUser < ActiveRecord::Migration def change add_column :users, :skype, :string add_column :users, :linkedin, :string add_column :users, :twitter, :string end end