class CreatePatrimonioUnidadesGestorasDaCessao < ActiveRecord::Migration[5.2]
  def change
    create_table :patrimonio_unidades_gestoras_da_cessao do |t|
      t.bigint :cessao_de_bem_patrimonial_id
      t.bigint :unidade_gestora_id

      t.timestamps
    end
  end
end
