Migration Actions
Runs php artisan migrate --force
Runs selected migration files.
Rolls back last N batch(es). Use with care!
Re-scan files and DB without running anything.
All Migrations
| # | Migration Name | Module / Source | Batch | Status | Action | |
|---|---|---|---|---|---|---|
| @if(!$mig['ran']) @else @endif | {{ $i + 1 }} |
{{ $mig['display'] }}
{{ $mig['name'] }} |
@if($mig['source'] === 'Core')
Core
@else
{{ $mig['source'] }}
@endif
{{ $mig['date_parsed'] }} |
@if($mig['ran']) Batch {{ $mig['batch'] }} @else — @endif | @if($mig['ran']) Ran @else Pending @endif | @if(!$mig['ran']) @else Done @endif |