class AddColumnWnaToNetworkSsid < ActiveRecord::Migration[6.0]
  def change
    add_column :network_ssids, :wna, :string,:default => '1'
  end
end
