ORDER BY CAST(id AS UNSIGNED) ASC
| 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 |