class AddMOdrToParticulars < ActiveRecord::Migration[6.0] def change add_column :particulars, :m_odr_rep_id, :integer end end