class AddArtToLicitacaoAditivos < ActiveRecord::Migration[5.2]
  def change
    add_column :licitacao_aditivos, :art, :string
  end
end
