cattr-app/server-application

View on GitHub
database/migrations/2020_09_15_125026_drop_time_duration_and_triggers.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method down has 85 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function down()
    {
        DB::unprepared('CREATE VIEW `time_durations` AS
            SELECT
                DATE(`start_at`) AS `date`,

    There are no issues that match your filters.

    Category
    Status