GuilhermeStracini/POC-GHActions-CI-PHPLaravel

View on GitHub
database/migrations/0001_01_01_000002_create_jobs_table.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status