class AddTipoToBaseContaBancaria < ActiveRecord::Migration[4.2]
  def change
    add_column :base_contas_bancarias, :tipo, :integer
  end
end
