class AddEidToUplinks < ActiveRecord::Migration[6.0]
  def change
    add_column :uplinks, :eid, :string
  end
end
