class CreatePatrimonioBensDosLotesDoLeilao < ActiveRecord::Migration[5.2]
  def change
    create_table :patrimonio_bens_dos_lotes_do_leilao do |t|
      t.bigint :bem_patrimonial_id
      t.bigint :lote_do_leilao_id

      t.timestamps
    end
  end
end
