seatplus/eveapi

View on GitHub
database/migrations/2021_04_22_111342_create_killmails_table.php

Summary

Maintainability
A
0 mins
Test Coverage

Method up has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    public function up()
    {
        Schema::table('universe_systems', function (Blueprint $table) {
            $table->unsignedBigInteger('system_id')->change();
        });
Severity: Minor
Found in database/migrations/2021_04_22_111342_create_killmails_table.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status