class AddColsForNcea2026 < ActiveRecord::Migration[6.1]
  def change
    add_column :Catholic_NCEA, :other_Additional_18, :integer, null: false, default: 0, after: :other_Additional_17
    add_column :Catholic_NCEA, :staff1_hispanic_other_count, :integer, null: false, default: 0, after: :staff1_Unknown_Unknown
    add_column :Catholic_NCEA, :student1_hispanic_other_count, :integer, null: false, default: 0, after: :student1_Unknown_Unknown
  end
end
