lightster/hodor

View on GitHub
migrations/postgres/20170501024010_AddScheduledJobsTable.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method transactionalUp has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function transactionalUp(YoPdo $yo_pdo)
    {
        $sql = <<<SQL
CREATE TABLE scheduled_jobs
(
Severity: Major
Found in migrations/postgres/20170501024010_AddScheduledJobsTable.php - About 2 hrs to fix

There are no issues that match your filters.

Category
Status