class AddSourceToNotifications < ActiveRecord::Migration def change add_column :notifications, :source_id, :integer add_column :notifications, :source_type, :string end end