class AddColumnNameToVLans < ActiveRecord::Migration[6.0]
  def change
    add_column :v_lans, :name, :string
  end
end
