php artisan migrate:status
DatabaseShow the status of each migration
Examples
Common usage examples
Check which migrations have run
php artisan migrate:statusNotes
- Shows Ran/Pending status for each migration
Related Commands
You might also find these useful