class CreateContabilidadePagamentosDoLoteBancario < ActiveRecord::Migration[5.2]
  def change
    create_table :contabilidade_pagamentos_do_lote_bancario do |t|
      t.bigint :lote_bancario_id
      t.bigint :conta_bancaria_por_pagamento_id

      t.timestamps
    end
  end
end
