class CreatePatrimonioUnidadesGestorasDoLeilao < ActiveRecord::Migration[5.2]
  def change
    create_table :patrimonio_unidades_gestoras_do_leilao do |t|
      t.bigint :leilao_id
      t.bigint :unidade_gestora_id

      t.timestamps
    end
  end
end
