class AddAssistantIdToRespondentCategories < ActiveRecord::Migration[7.0]
  def change
    add_column :respondent_categories, :assistant_id, :string
  end
end
