class AddPortariaToBaseAgentePublicoMunicipal < ActiveRecord::Migration[5.2]
  def change
    add_column :base_agentes_publicos_municipais, :portaria, :string
  end
end
