cattr-app/server-application

View on GitHub
database/migrations/2019_12_19_094440_fix_for_project_report_view.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function up()
    {
        DB::unprepared("
            CREATE OR REPLACE ALGORITHM=MERGE VIEW `project_report` AS
            SELECT

    There are no issues that match your filters.

    Category
    Status