class AddLinkToAttachments < ActiveRecord::Migration[5.2]
def change
add_column :attachments, :link, :string
end