File Download Migration: Dry Run

Sorting Method: ORDER BY CAST(id AS UNSIGNED) ASC
@foreach($previewData as $item) @endforeach
Old ID (Char) Proposed New ID (Int) Folder Check Files Database Status
{{ $item['old_id'] }} {{ $item['proposed_id'] }} {{ $item['folder_found'] }} {{ $item['file_count'] }} @if(is_null($item['current_new_id_val'])) Ready to sync (NULL) @else Already contains: {{ $item['current_new_id_val'] }} @endif