writesdown/app-cms

View on GitHub
console/migrations/m000000_000001_option.php

Summary

Maintainability
A
2 hrs
Test Coverage

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

    public function up()
    {
        $tableOptions = null;
        if ($this->db->driverName === 'mysql') {
            $tableOptions = 'CHARACTER SET utf8 COLLATE utf8_general_ci ENGINE=InnoDB';
Severity: Major
Found in console/migrations/m000000_000001_option.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status