class AddDescriptorToEdFiIds < ActiveRecord::Migration[6.0]
  def change
    add_column :ed_fi_ids, :descriptor, :integer, after: :number
  end
end
