# Up To Date Migrations Analyzer
| Category | Severity | Time To Fix |
|---|---|---|
| ✅ Reliability | Major | 5 minutes |
Class: Enlightn\Enlightn\Analyzers\Reliability\UpToDateMigrationsAnalyzer
# Introduction
This analyzer ensures that there are no pending migrations in your application.
# How To Fix
You may fix this by simply running the migrate Artisan command:
php artisan migrate