cattr-app/server-application

View on GitHub
database/migrations/2018_09_11_100952_add_index.php

Summary

Maintainability
B
4 hrs
Test Coverage

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

    public function up()
    {
        Schema::table('time_intervals', function (Blueprint $table) {
            $table->index('start_at');
            $table->index('end_at');
Severity: Major
Found in database/migrations/2018_09_11_100952_add_index.php - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status