class CreateLicitacaoUnidadesOrcamentariasPorSolucaoDoEtp < ActiveRecord::Migration[5.2]
  def change
    create_table :licitacao_unidades_orcamentarias_por_solucao_do_etp do |t|
      t.integer :unidade_orcamentaria_id
      t.integer :solucao_do_etp_id
      t.integer :etp_id
      t.timestamps
    end
  end
end