class AddQutoesToAttachments < ActiveRecord::Migration def change add_column("attachments","quotes",:integer) end end