class AddColunToCourseAttachments < ActiveRecord::Migration def change add_column :course_attachments, :container_id, :integer, :default => 0 end end