class AddSubfieldToDocument < ActiveRecord::Migration def change add_column :org_document_comments, :org_subfield_id, :integer end end