protected/modules/blog/install/migrations/m000000_000000_blog_base.php

Summary

Maintainability
C
1 day
Test Coverage

Method safeUp has 213 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function safeUp()
    {
        // blog
        $this->createTable(
            '{{blog_blog}}',

    There are no issues that match your filters.

    Category
    Status