class CreateContabilidadeElementosPorAcaoDoContigenciamento < ActiveRecord::Migration[4.2]
  def change
    create_table :contabilidade_elementos_por_acao_do_contigenciamento do |t|
      t.integer :acao_do_contigenciamento_id
      t.float :valor
      t.integer :elemento_de_despesa_id
    end
  end
end
