class AddOutrasInformacoesToPcaAcoes < ActiveRecord::Migration[5.2]
  def change
    add_column :pca_acoes, :outras_informacoes, :text
  end
end
