class CreateObraAnexoDaFiscalizacao < ActiveRecord::Migration[4.2]
	def change
		create_table :obra_anexos_da_fiscalizacao do |t|
			t.integer :foto_da_fiscalizacao_id

			t.timestamps null: false
		end
	end
end
