cattr-app/server-application

View on GitHub
database/migrations/2018_10_01_134048_add_project_report_view.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function up()
    {
        DB::unprepared('
            CREATE OR REPLACE VIEW `project_report` AS
            SELECT
Severity: Minor
Found in database/migrations/2018_10_01_134048_add_project_report_view.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status