Truncating tables will permanently delete all data from the selected table(s). This action CANNOT be undone. Always backup your database before using this tool.
| Table Name | Row Count | Status | Actions |
|---|---|---|---|
|
{{ $table }}
|
{{ is_numeric($tableStats[$table]) ? number_format($tableStats[$table]) : $tableStats[$table] }} | @if($tableStats[$table] > 0) Has Data @else Empty @endif |
|
|
No tables available |
|||
The following tables are protected and cannot be truncated: {{ implode(', ', $this->protectedTables) }}
🚨 CRITICAL WARNING 🚨
You are about to truncate ALL {{ count($tables) }} tables in the database. This will delete {{ number_format(array_sum(array_filter($tableStats, 'is_numeric'))) }} total rows of data.
Only proceed if you are absolutely certain about what you are doing!