class AddColumnCopyfromToAttachment < ActiveRecord::Migration def change add_column("attachments","copy_from",:integer) end end