class CreateContabilidadeOrcamentosDaReceitaPorEventoContabil < ActiveRecord::Migration[5.2]
  def change
    create_table :contabilidade_orcamentos_da_receita_por_evento_contabil do |t|
      t.integer :receita_stn_id
      t.integer :evento_contabil_id

      t.timestamps
    end
  end
end
