laravel/laravel

View on GitHub

Showing 1 of 1 total issue

Method up has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function up(): void
    {
        Schema::create('jobs', function (Blueprint $table) {
            $table->id();
            $table->string('queue')->index();
Severity: Minor
Found in database/migrations/0001_01_01_000002_create_jobs_table.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language