class AddFundamentacaoDeContratacaoToLicitacaoPedidos < ActiveRecord::Migration[5.2]
  def change
    add_column :licitacao_pedidos, :fundamentacao_de_contratacao, :string
  end
end
