class AddFundoDeInvestimentoToBasePessoas < ActiveRecord::Migration[5.2]
  def change
    add_column :base_pessoas, :fundo_de_investimento, :boolean, :default => false
  end
end
