class AddSrcMacToAccessControlLists < ActiveRecord::Migration[6.0]
  def change
    add_column :access_control_lists, :src_mac, :string
  end
end
