class CreatePatrimonioFotosDoBemPatrimonial < ActiveRecord::Migration[5.2]
  def change
    create_table :patrimonio_fotos_do_bem_patrimonial do |t|
      t.bigint :bem_patrimonial_id
      t.attachment :foto

      t.timestamps
    end
  end
end
