class AddRespondentCategoryToMasterSections < ActiveRecord::Migration[7.0]
  def change
    add_reference :master_sections, :respondent_category, null: true, foreign_key: true
  end
end
