class AddFacebookFieldsToUsers < ActiveRecord::Migration def change add_column :annonce_accounts, :provider, :string add_column :annonce_accounts, :uid, :string end end