class AddExtractedTextToAttachments < ActiveRecord::Migration def change add_column :attachments, :extracted_text, :text, :limit => 4294967295 end end