class ModifyCopyFromForAttachments < ActiveRecord::Migration[5.2] def change change_column :attachments, :copy_from, :string end end