class AddFacebookTokenToUsers < ActiveRecord::Migration def change add_column :product_customers, :facebook_token, :string end end