class CreatePatrimonioVidasUteisDosBens < ActiveRecord::Migration[5.2]
  def change
    create_table :patrimonio_vidas_uteis_dos_bens do |t|
      t.bigint :bem_patrimonial_id
      t.date :data_da_operacao
      t.integer :vida_util

      t.timestamps
    end
  end
end
