class CreateContabilidadeEnviosAoSimPorObjeto < ActiveRecord::Migration[5.2]
  def change
    create_table :contabilidade_envios_ao_sim_por_objeto do |t|
      t.bigint :objeto_id
      t.string :objeto_type
      t.bigint :arquivo_id

      t.timestamps
    end
  end
end
